gitdeploy/.c9/project.settings
2016-01-16 16:14:13 -05:00

34 lines
718 B
Plaintext

{
"ace": {
"@guessTabSize": "true",
"@newLineMode": "unix",
"@tabSize": "4",
"@useSoftTabs": "true"
},
"build": {
"@builder": "auto",
"@path": "/.c9/builders",
"@saveall": "true"
},
"find.nak": {
"@searchLimit": 100
},
"general": {
"@stripws": false
},
"language": {
"@eslintrc": "true",
"@instanceHighlight": "true",
"@semi": "true",
"@undeclaredVars": "true",
"@unusedFunctionArgs": "false",
"@warnLevel": "info"
},
"run": {
"@path": "/.c9/runners",
"configs": {
"@inited": "true",
"json()": {}
}
}
}