Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryszon committed Jun 13, 2024
1 parent 0f66647 commit c4fad87
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#
# Reun Media EditorConfig.
# EditorConfig for web projects.
#
# @author Kimmo Salmela <kimmo.salmela@reun.eu>
# @copyright 2020 Reun Media
# @author Reun Media <company@reun.eu>
# @copyright 2020-2022 Reun Media
#
# @see https://gitlab.com/reun/webdev/generator-reun-webapp
# @see https://github.com/Reun-Media/project-templates/blob/master/base/webdev/.editorconfig
#
# @version 1.0.0
# @version 2.0.0
#
# @since 2022-12-18 Last modification date
#

root = true
Expand All @@ -22,5 +24,13 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.php]
indent_size = 4

[*.{yaml,yml}]
indent_style = space
indent_size = 4 # Symfony uses 4 spaces
trim_trailing_whitespace = false

[composer.json]
indent_size = 4

0 comments on commit c4fad87

Please sign in to comment.