Skip to content

Commit de61765

Browse files
committed
🔧 add .editorconfig
1 parent 6d93822 commit de61765

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# Unix-style newlines with a newline ending every file
4+
[*]
5+
end_of_line = lf
6+
insert_final_newline = true
7+
8+
# Matches multiple files with brace expansion notation
9+
# Set default charset
10+
[*.{js,py}]
11+
charset = utf-8
12+
indent_style = space
13+
indent_size = 4
14+
15+
# Matches the exact files either package.json or .travis.yml
16+
[{package.json,.circleci/config.yml}]
17+
indent_style = space
18+
indent_size = 2

0 commit comments

Comments
 (0)