mirror of
https://github.com/mupen64plus-ae/acralyzer.git
synced 2024-11-23 05:29:42 +00:00
27 lines
412 B
Plaintext
27 lines
412 B
Plaintext
{
|
|
"predef": [
|
|
"angular",
|
|
"moment",
|
|
|
|
"d3",
|
|
"prettyPrint"
|
|
],
|
|
"indent": 4,
|
|
"trailing": true,
|
|
|
|
"strict": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"boss": true,
|
|
"eqnull": true,
|
|
"jquery": true,
|
|
"devel": true,
|
|
"browser": true
|
|
}
|