Skip to content

Commit

Permalink
chore(hygiene): format
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainshaker95 committed Mar 17, 2023
1 parent c76f0f3 commit a65da42
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
root = true

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

[*.md]
max_line_length = off
trim_trailing_whitespace = false

[*.php]
indent_size = 4

[.php_cs.dist]
indent_size = 4

[Makefile]
indent_style = tab
root = true

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

[*.md]
max_line_length = off
trim_trailing_whitespace = false

[*.php]
indent_size = 4

[.php_cs.dist]
indent_size = 4

[Makefile]
indent_style = tab

0 comments on commit a65da42

Please sign in to comment.