You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
309 B
19 lines
309 B
{
|
|
"asi": true,
|
|
"camelcase": true,
|
|
"freeze": true,
|
|
"immed": true,
|
|
"indent": 2,
|
|
"latedef": true,
|
|
"maxcomplexity": 10,
|
|
"maxlen": 120,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"nonbsp": true,
|
|
"node": true,
|
|
"nonew": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"strict": false,
|
|
"trailing": true
|
|
}
|
|
|