Skip to content

Commit

Permalink
editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Nov 12, 2021
1 parent 6c3c28d commit 3b77075
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# http://EditorConfig.org

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.html]
indent_style = tab

[*.js]
indent_style = tab

[*.json]
indent_size = 2
indent_style = space

[*.md]
indent_size = 4
indent_style = tab

[*.yml]
indent_size = 2
indent_style = space

0 comments on commit 3b77075

Please sign in to comment.