Skip to content

Commit

Permalink
style: add .editorconfig 💅
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Oct 18, 2023
1 parent 4c87a03 commit e5dcbba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
root = true

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

ij_markdown_wrap_text_if_long = false

[*.py]
indent_size = 4

[*.{md,mkd,markdown}]
trim_trailing_whitespace = false

[*.xml]
indent_style = tab

0 comments on commit e5dcbba

Please sign in to comment.