Skip to content

Commit b4cc64b

Browse files
committed
Add editorconfig
1 parent a1f9c9c commit b4cc64b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
11+
# 4 space indentation
12+
[*.{vue,js,proto}]
13+
indent_style = space
14+
indent_size = 4
15+
16+
# 2 space indentation
17+
[*.{yaml,json}]
18+
indent_style = space
19+
indent_size = 2

0 commit comments

Comments
 (0)