forked from eks1985/quick-order
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.settings
85 lines (85 loc) · 2.07 KB
/
project.settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"ace": {
"@guessTabSize": true,
"@newLineMode": "unix",
"@tabSize": 2,
"@useSoftTabs": true
},
"build": {
"@builder": "auto",
"@path": "/.c9/builders",
"@saveall": "true"
},
"find.nak": {
"@searchLimit": 100
},
"format": {
"jsbeautify": {
"@advanced": {},
"@braces": "end-expand",
"@indent_inner_html": false,
"@jslinthappy": "false",
"@keeparrayindentation": "false",
"@preserveempty": "true",
"@space_before_conditional": "true",
"@unescape_strings": "true"
}
},
"general": {
"@stripws": false
},
"golang": {
"@completion": true,
"@formatOnSave": true,
"@formatter": "gofmt -w \"$file\""
},
"javascript": {
"@formatOnSave": "false",
"@formatter": "esformatter -i \"$file\"",
"@use_jsbeautify": "true"
},
"language": {
"@eslintrc": true,
"@semi": true,
"@undeclaredVars": true,
"@unusedFunctionArgs": false,
"@warnLevel": "info",
"tern_defs": {
"json()": {
"browser": {
"enabled": true
},
"ecma5": {
"enabled": true
},
"jQuery": {
"enabled": true
},
"redux": {
"enabled": true
}
}
}
},
"php": {
"@completion": true,
"@path": ".:./vendor"
},
"python": {
"@completion": true,
"@path": "/usr/local/lib/python2.7/dist-packages:/usr/local/lib/python3.4/dist-packages:/usr/local/lib/python3.5/dist-packages",
"@version": "python2"
},
"run": {
"@path": "/.c9/runners",
"configs": {
"@inited": "true",
"json()": {}
}
},
"share": {
"@app": false,
"@preview": false,
"@useOwnerSettings": false
}
}