Skip to content

Commit df74321

Browse files
committed
chore: add .editorconfig
1 parent 484f481 commit df74321

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
# Unix-style newlines with a newline ending every file
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
indent_style = space
9+
insert_final_newline = true
10+
indent_size = 4
11+
12+
# Matches multiple files with brace expansion notation
13+
# Set default charset
14+
[*.{js,json,yml}]
15+
indent_size = 2

0 commit comments

Comments
 (0)