Skip to content

Commit

Permalink
Merge pull request #10 from ShuN6211/editor-config
Browse files Browse the repository at this point in the history
add editor config
  • Loading branch information
ShuN6211 authored Sep 28, 2024
2 parents 9d80939 + 675e0ea commit 24cfd69
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false

[*.json]
indent_style = space
indent_size = 2

[*.{yml,yaml}]
indent_style = space
indent_size = 2

[*.lua]
indent_style = space
indent_size = 2

[.*rc]
indent_style = space
indent_size = 2

0 comments on commit 24cfd69

Please sign in to comment.