Skip to content

Commit 00c5e9e

Browse files
committed
import .editorconfig from ikura
1 parent 4c4e717 commit 00c5e9e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.editorconfig

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
root = true
2+
[*]
3+
indent_style=space
4+
indent_size=space
5+
tab_width=4
6+
end_of_line=lf
7+
charset=utf-8
8+
trim_trailing_whitespace=true
9+
max_line_length=100
10+
insert_final_newline=true
11+
12+
[*.yml]
13+
indent_style=space
14+
indent_size=2
15+
tab_width=8
16+
end_of_line=lf
17+
18+
[*.sh]
19+
indent_style=space
20+
indent_size=4
21+
tab_width=8
22+
end_of_line=lf
23+
24+
[*.json]
25+
indent_style=space
26+
indent_size=2
27+
tab_width=8
28+
end_of_line=lf
29+

0 commit comments

Comments
 (0)