Skip to content

Commit

Permalink
Added .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyutsuki committed Jul 5, 2021
1 parent d601c3e commit c0bda94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
indent_style = tab
indent_size = 4

[*.{yml, json}]
indent_style = space
indent_size = 2
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ Economy*/*.*
!/LICENSE
!/README.md
!.gitignore
!.editorconfig

0 comments on commit c0bda94

Please sign in to comment.