Skip to content

Commit

Permalink
Merge pull request #93 from bird-sanctuary/feature/v0.20-cleanup
Browse files Browse the repository at this point in the history
Cleanup/Formatting
  • Loading branch information
stylesuxx authored Jun 5, 2023
2 parents 0d23b35 + 119acf6 commit e869e3f
Show file tree
Hide file tree
Showing 43 changed files with 5,772 additions and 5,463 deletions.
7 changes: 2 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
root = true

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

[*.{asm,inc}]
indent_size = 5

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

0 comments on commit e869e3f

Please sign in to comment.