Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Updated editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Jan 16, 2022
1 parent 2131ad5 commit 5ea690b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.php]
indent_style = tab

[*.json]
indent_style = space
[*.{json,yml}]
indent_size = 2

[composer.json]
indent_size = 4

[*.md]
trim_trailing_whitespace = false

0 comments on commit 5ea690b

Please sign in to comment.