Skip to content

Commit

Permalink
Add editorconfig file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Oct 21, 2022
1 parent cdb2284 commit 3df5403
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{rs,py,sh,md,toml,yml,js}]
charset = utf-8

[*.{rs,py,sh,yml,js}]
trim_trailing_whitespace = true

[*.{rs,py,sh}]
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2

[Dockerfile.*]
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

0 comments on commit 3df5403

Please sign in to comment.