Skip to content

Commit

Permalink
Upgrade gitignore and editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Mar 2, 2024
1 parent 628e9a8 commit 0a4a00e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.yml]
indent_style = space
[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml,neon}]
indent_size = 2
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Common
/.env
/*.cache


# IDE
/.idea/

Expand Down

0 comments on commit 0a4a00e

Please sign in to comment.