Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit c84abd7

Browse files
committed
Take .editorconfig file from fusonic/webapp repo
1 parent f3f2759 commit c84abd7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.editorconfig

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# EditorConfig is awesome: http://EditorConfig.org
2-
3-
# top-most EditorConfig file
41
root = true
52

6-
# Unix-style newlines with a newline ending every file
73
[*]
4+
charset = utf-8
85
end_of_line = lf
96
insert_final_newline = true
10-
indent_style = space
7+
8+
[*.{php,xml,json}]
119
indent_size = 4
10+
indent_style = space

0 commit comments

Comments
 (0)