Skip to content

Commit

Permalink
🔧 Configure the .editorconfig configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Dec 19, 2023
1 parent 6f022f9 commit ac6994f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,23 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
quote_type = single

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
[*.php]
indent_size = 4

[*.blade.php]
indent_size = 2

[docker-compose.yml]
indent_size = 4
[resources/views/**.php]
indent_size = 2

[index.php]
indent_size = 2

0 comments on commit ac6994f

Please sign in to comment.