Skip to content

Commit 5058252

Browse files
committed
minor #1552 Update .editorconfig (seb-jean)
This PR was merged into the main branch. Discussion ---------- Update .editorconfig I updated from [Symfony repository](https://github.com/symfony/symfony/blob/7.3/.editorconfig) Commits ------- 18d8beb Update .editorconfig
2 parents ef6be89 + 18d8beb commit 5058252

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)