Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramblurr committed Apr 22, 2023
1 parent ba52e90 commit 1270aca
Show file tree
Hide file tree
Showing 43 changed files with 3,055 additions and 17 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# editorconfig.org
root = true

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

[Makefile]
indent_style = tab
indent_size = 4

[Makefile.j2]
indent_style = tab
indent_size = 4

[*.{bash,sh}]
indent_style = space
indent_size = 4
Loading

0 comments on commit 1270aca

Please sign in to comment.