mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-25 12:10:05 +00:00
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
{
|
|
"asi": false,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"indent": 2,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"nonbsp": true,
|
|
"quotmark": "single",
|
|
"undef": true,
|
|
"strict": true,
|
|
"trailing": true,
|
|
"node" : true
|
|
}
|