Skip to content

Commit cc251ee

Browse files
committed
Merge remote-tracking branch 'hnw/pr/47' into fixes
hnw#47 * hnw/pr/47: Add .editorconfig for indentation
2 parents cccc7b4 + 95dd1e4 commit cc251ee

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# EditorConfig is awesome: http://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+
charset = utf-8
11+
12+
[*.c]
13+
indent_style = tab
14+
indent_size = 4
15+
16+
[{*.php,*.phpt}]
17+
indent_style = space
18+
indent_size = 4
19+

0 commit comments

Comments
 (0)