Skip to content

Commit

Permalink
style: change style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Mar 30, 2024
1 parent 20d7d42 commit 01dbe7e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
root = true

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

[*.py]
indent_size = 4
indent_style = tab
[*.{yaml,yml,nix}]
indent_style = space
indent_size = 2

[*.cry]
insert_final_newline = false

[Makefile]
indent_style = tab
indent_size = 4

0 comments on commit 01dbe7e

Please sign in to comment.