mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Added: * .avsc * .gltf * .htmlhintrc * .jscsrc * .jslintrc * .jsonl * .tern-config * .tern-project * .tfstate * .tfstate.backup * .webapp * .webmanifest
24 lines
287 B
Plaintext
24 lines
287 B
Plaintext
{
|
|
"indent": 4,
|
|
"maxlen": 120,
|
|
"browser": false,
|
|
"couch": false,
|
|
"devel": false,
|
|
"node": false,
|
|
"rhino": false,
|
|
"white": true,
|
|
"plusplus":true,
|
|
"stupid":true,
|
|
|
|
"predef": [
|
|
"setTimeout",
|
|
"module",
|
|
"exports",
|
|
"define",
|
|
"require",
|
|
"window",
|
|
"buster",
|
|
"sinon"
|
|
]
|
|
}
|