Skip to content

Commit ac77d77

Browse files
Add .editorconfig file
1 parent 9d5aab8 commit ac77d77

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EditorConfig is awesome: http://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+
# Indentation override for all JS
12+
[*.js]
13+
indent_style = tab

0 commit comments

Comments
 (0)