Skip to content

Commit

Permalink
🔧 Update IDE config files
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jan 20, 2025
1 parent fa6e958 commit 42d7733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
quote_type = single

Expand Down
7 changes: 4 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* text=auto
* text=auto eol=lf

*.md diff=markdown
*.php diff=php
*.md diff=markdown
*.php diff=php
*.json text

0 comments on commit 42d7733

Please sign in to comment.