Skip to content

Commit

Permalink
Added an .editorconfig file. (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
atombrella authored Feb 25, 2021
1 parent 3c241e9 commit bc34296
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://editorconfig.org/

root = true

[*]
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf

[*.py]
indent_style = space
indent_size = 4
charset = utf-8
max_line_length = 100

[*.yaml]
indent_style = space
indent_size = 2

0 comments on commit bc34296

Please sign in to comment.