Skip to content

Commit defdae2

Browse files
riederLourensVeen
andauthored
Create .editorconfig (#1049)
* Create .editorconfig Co-authored-by: Lourens Veen <[email protected]>
1 parent 284793f commit defdae2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.editorconfig

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines and UTF-8 everywhere
7+
[*]
8+
end_of_line = lf
9+
trim_trailing_whitespace = true
10+
charset = utf-8
11+
12+
# 2 space indentation
13+
[*.{yml,yaml}]
14+
indent_style = space
15+
indent_size = 2
16+
17+
# 4 space indentation
18+
[*.py]
19+
indent_style = space
20+
indent_size = 4
21+
22+
# Tab indentation (no size specified)
23+
[Makefile]
24+
indent_style = tab

0 commit comments

Comments
 (0)