Skip to content

Commit 00504dd

Browse files
committed
add EditorConfig for default file encoding and indentation
* .editorconfig: New source configuration file. Thanks to Andrew Janke for the initial patch.
1 parent 75d7a5e commit 00504dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 2
7+
indent_style = space
8+
insert_final_newline = true
9+
10+
[*.{am,mk}]
11+
indent_size = tab
12+
indent_style = tab

0 commit comments

Comments
 (0)