Skip to content

Commit 001544b

Browse files
chore: add .editorconfig
1 parent baf2fd7 commit 001544b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
insert_final_newline = true
8+
9+
[*.{js,json,coffee,css,sass,scss,less,html,yml}]
10+
indent_style = space
11+
indent_size = 2
12+
trim_trailing_whitespace = true
13+
14+
# Tab indentation (no size specified)
15+
[*.md]
16+
indent_style = tab
17+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)