Skip to content

Commit

Permalink
config: add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hackaugusto authored and bobbinth committed Oct 19, 2023
1 parent fd3888a commit c2853a5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Documentation available at editorconfig.org

root=true

[*]
ident_style = space
ident_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.rs]
max_line_length = 100

[*.md]
trim_trailing_whitespace = false

[*.yml]
ident_size = 2

0 comments on commit c2853a5

Please sign in to comment.