forked from webarata3/KExcelAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
61 lines (47 loc) · 847 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
indent_style = space
indent_size = 2
[*.coffee]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 2
[*.sass]
indent_style = space
indent_size = 2
[*.css]
indent_style = space
indent_size = 2
[*.html]
indent_style = space
indent_size = 1
[*.xml]
indent_style = space
indent_size = 1
[*.fxml]
indent_style = space
indent_size = 1
[*.java]
indent_style = space
indent_size = 4
[*.groovy]
indent_style = space
indent_size = 4
[*.gradle]
indent_style = space
indent_size = 4
[*.kt]
indent_style = space
indent_size = 4