mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-05 00:55:07 -05:00
16 lines
256 B
Plaintext
16 lines
256 B
Plaintext
{
|
|
"asi": false,
|
|
"expr": true,
|
|
"loopfunc": true,
|
|
"curly": false,
|
|
"evil": true,
|
|
"white": true,
|
|
"undef": true,
|
|
"browser": true,
|
|
"node": true,
|
|
"trailing": true,
|
|
"indent": 4,
|
|
"latedef": true,
|
|
"newcap": true
|
|
}
|