Skip to content

Commit

Permalink
update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed Nov 3, 2023
1 parent 6f302c1 commit b04f2b9
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
# http://editorconfig.org

root = true

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

[*.bat]
indent_style = tab
end_of_line = crlf

[*.{json,jsonc}]
indent_style = space
indent_size = 2
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[.vscode/*.{json,jsonc}]
indent_style = space
indent_size = 4

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

[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
indent_size = 8

0 comments on commit b04f2b9

Please sign in to comment.