-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cson
78 lines (78 loc) · 1.68 KB
/
config.cson
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
"*":
"autocomplete-plus":
confirmCompletion: "enter"
enableBuiltinProvider: false
"autocomplete-python":
addBracketAfterFunction: true
extraPaths: "$PROJECT/venv/lib/python2.7/site-packages"
core:
followSymlinks: true
ignoredNames: [
".git"
".svn"
".DS_Store"
".project"
".pydevproject"
"*.py[cod]"
".settings"
]
projectHome: "/Users/Dan/Sites/"
editor:
backUpBeforeSaving: true
fontFamily: "Menlo"
invisibles: {}
lineHeight: 1.6
showIndentGuide: true
tabLength: 4
emmet: {}
"exception-reporting":
userId: "9159db90-d7a3-66fd-4502-6ccb71303b63"
"fuzzy-finder":
ignoredNames: [
"*.pyc"
"*.pyo"
]
"git-projects":
rootPath: "/Users/Dan/Sites"
"highlight-selected": {}
"less-than-slash": {}
linter:
lintOnChange: false
lintOnEditorFocus: false
lintOnFly: false
showErrorPanel: false
showErrorTabFile: false
showErrorTabProject: false
showInfoMessages: true
statusIconPosition: "Right"
statusIconScope: "File"
"linter-flake8":
configFileNames: [
"setup.cfg"
]
executablePath: "/usr/local/bin/flake8"
ignoreErrorCodes: [
"E501"
"E128"
"E124"
"F403"
"E701"
"W503"
"E731"
]
maxLineLength: 100
"linter-scss-lint":
disableWhenNoConfigFileInPath: true
executablePath: "/usr/local/bin/scss-lint"
"tree-view":
hideIgnoredNames: true
welcome:
showOnStartup: false
whitespace:
ignoreWhitespaceOnCurrentLine: false
".django.html.text":
editor:
softWrapAtPreferredLineLength: false
".gfm.source":
editor:
softWrapAtPreferredLineLength: true