mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
19 lines
315 B
Plaintext
19 lines
315 B
Plaintext
{
|
|
"bitwise": true,
|
|
"camelcase": true,
|
|
"curly": false,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"indent": 2,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"node": true,
|
|
"noempty": true,
|
|
"nonew": true,
|
|
"quotmark": "single",
|
|
"strict": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true
|
|
}
|