Skip to content

Commit 7b72cfd

Browse files
authored
Merge pull request #141 from cfconrad/editorconfig
Add .editorconfig
2 parents ba2c270 + 1a993b9 commit 7b72cfd

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EditorConfig: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
charset = utf-8
10+
indent_style = tab
11+
tab_width = 8
12+
indent_size = 4

0 commit comments

Comments
 (0)