Skip to content

Commit

Permalink
Added editor configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels authored and tgingold committed Jun 17, 2021
1 parent bbc2055 commit 1eea725
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
root = true

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

[*.py]
indent_style = space
indent_size = 4

[*.{ps1, psm1}]
indent_style = tab
indent_size = 2

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

[*.{json,ini}]
indent_style = tab
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[*.rst]
indent_style = space
indent_size = 3

0 comments on commit 1eea725

Please sign in to comment.