Skip to content

Commit e67a7f8

Browse files
authored
Merge pull request #2251 from mroderick/add-editor-config
chore: add .editorconfig
2 parents 1db8b4c + be25cb9 commit e67a7f8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig is awesome: https://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+
indent_style = space
11+
indent_size = 2
12+
charset = utf-8
13+
14+
# Tab indentation (no size specified)
15+
[Makefile]
16+
indent_style = tab

0 commit comments

Comments
 (0)