forked from Wikia/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
39 lines (36 loc) · 879 Bytes
/
.editorconfig
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
# Wikia .editorconfig
# Please keep these in alphabetical order.
# Download the plugin for your editor/IDE of choice from http://editorconfig.org/#download
root = true
[**.js]
charset = utf-8
end_of_line = lf
indent_size = tab
indent_style = tab
insert_final_newline = true
max_line_length = 120 # Vim
trim_trailing_whitespace = true
# Vim JsBeautify Settings
break_chained_methods = false
indent_level = 0
indent_with_tabs = true
preserve_newlines = true
max_preserve_newlines = 10
jslint_happy = true
brace_style = collapse
keep_array_indentation = false
keep_function_indentation = false
space_before_conditional = true
eval_code = false
unescape_strings = false
wrap_line_length = 0
[**.{php,scss}]
charset = utf-8
end_of_line = lf
indent_size = tab
indent_style = tab
insert_final_newline = true
max_line_length = 120 # Vim
[**.yaml]
indent_size = 2
indent_style = space