Skip to content

Commit

Permalink
Create .editorconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hock <[email protected]>
  • Loading branch information
ByteOtter authored Aug 16, 2024
1 parent 4d5465e commit f306658
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
root = true

[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.rs]
charset = utf-8
indent_style = 2

[*.toml]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[*.sh]
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab

0 comments on commit f306658

Please sign in to comment.