Skip to content

Commit 67a2bbf

Browse files
authored
Merge pull request #2 from hectorj/editorconfig
Add .editorconfig
2 parents de29fd4 + 55a2c34 commit 67a2bbf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[*.php]
2+
end_of_line = lf
3+
insert_final_newline = true
4+
trim_trailing_whitespace = true
5+
charset = utf-8
6+
indent_style = tab

0 commit comments

Comments
 (0)