Skip to content

Commit

Permalink
Add .editorconfig file (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapeupreto authored Oct 14, 2022
1 parent 6a28e9d commit 1387e02
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

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

[*.{yml,yaml}]
indent_size = 2
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/phpunit.xml.dist export-ignore
/_config.yml export-ignore
/UPGRADE.md
/.editorconfig export-ignore

0 comments on commit 1387e02

Please sign in to comment.