forked from Numa-Lab/www.numalab.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
46 lines (36 loc) · 822 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
40
41
42
43
44
45
46
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false
[*{.json,.yml,.yaml,.lock,.hbs}]
charset = utf-8
indent_style = space
indent_size = 2
[*{.md,.markdown,.mdown,.mdwn,.mkd,.mkdn,.mdtxt,.mdtext,.text,.txt,.html,.htm}]
charset = utf-8
indent_style = space
indent_size = 2
[*{.js,.jsx,.ts,.tsx,.mjs,.cjs,.ts}]
charset = utf-8
indent_style = space
indent_size = 2
[*.bat]
end_of_line = crlf
indent_style = space
charset = shift_jis
indent_size = 2
[*.min.*]
indent_style = space
indent_size = 0
insert_final_newline = false
[*.xml]
indent_style = space
insert_final_newline = false
[*.json]
indent_style = space
insert_final_newline = false
[.{editorconfig,git*}]
insert_final_newline = false