Skip to content

Commit 1223406

Browse files
committed
Editorconfig for compliant editors
1 parent 4392ef7 commit 1223406

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
root = true
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+
trim_trailing_whitespace = true
13+
14+
# 4 space indentation
15+
[*.py]
16+
indent_style = space
17+
indent_size = 4
18+
19+
[*.rst]
20+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)