Skip to content

Commit a4347a4

Browse files
Saphyelfabpot
authored andcommitted
Update .editorconfig
1 parent 992a174 commit a4347a4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.editorconfig

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@ root = true
33

44
; Unix-style newlines
55
[*]
6+
charset = utf-8
67
end_of_line = LF
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
710

8-
[*.php]
11+
[*.{php,html,twig}]
912
indent_style = space
1013
indent_size = 4
14+
15+
[*.md]
16+
max_line_length = 80
17+
18+
[COMMIT_EDITMSG]
19+
max_line_length = 0

0 commit comments

Comments
 (0)