-
Notifications
You must be signed in to change notification settings - Fork 22
/
atom.cson
50 lines (50 loc) · 1.09 KB
/
atom.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
"*":
"atom-beautify":
css:
beautify_on_save: true
indent_size: 4
executables:
"php-cs-fixer":
path: "/usr/local/bin/php-cs-fixer"
general:
_analyticsUserId: ""
html:
beautify_on_save: true
indent_inner_html: true
js:
beautify_on_save: true
brace_style: "collapse-preserve-inline"
eval_code: true
indent_with_tabs: true
jslint_happy: true
keep_array_indentation: true
keep_function_indentation: true
space_after_anon_function: true
indent_size: 4
json:
beautify_on_save: true
disabled: true
eval_code: true
markdown:
beautify_on_save: true
php:
beautify_on_save: true
scss:
align_assignments: true
beautify_on_save: true
indent_size: 4
sql:
beautify_on_save: true
xml:
beautify_on_save: true
core:
openEmptyEditorOnStart: false
telemetryConsent: "no"
themes: [
"seti-ui"
"one-dark-syntax"
]
jslint:
hideOnNoErrors: true
"tree-view":
hideVcsIgnoredFiles: true