seems to work
This commit is contained in:
34
.c9/project.settings
Normal file
34
.c9/project.settings
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"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()": {}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user