Skip to content

Commit

Permalink
(chore): Add .editorconfig file. (#432)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Shimkus <[email protected]>
  • Loading branch information
jshimkus-rh authored Oct 4, 2023
1 parent ab8caee commit 8eb6dd1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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

[*.md]
trim_trailing_whitespace = false

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

[LICENSE]
insert_final_newline = false

[Makefile]
indent_style = tab

0 comments on commit 8eb6dd1

Please sign in to comment.