Skip to content

Commit

Permalink
add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcgirr83 committed Sep 22, 2024
1 parent 9df1d41 commit f176669
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This file is for standardising the coding style between different editors
# http://editorconfig.org/

root = true

[*]
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_size = 4
indent_style = space
5 changes: 2 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ tests/ export-ignore
phpunit.xml.* export-ignore
build.xml export-ignore
composer.lock export-ignore
README.MD export-ignore
*.PNG export-ignore
*.jpg export-ignore
README.md export-ignore
.editorconfig export-ignore

0 comments on commit f176669

Please sign in to comment.