Skip to content

Commit

Permalink
minor #1552 Update .editorconfig (seb-jean)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Jan 13, 2025
2 parents ef6be89 + 18d8beb commit 5058252
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@ root = true

; Unix-style newlines
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true

[*.php]
[*.{php,html,twig}]
indent_style = space
indent_size = 4

[*.md]
max_line_length = 80

[COMMIT_EDITMSG]
max_line_length = 0

0 comments on commit 5058252

Please sign in to comment.