Skip to content

Commit

Permalink
update linting config; cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0nx committed Dec 13, 2020
1 parent 8c1a64b commit ee33868
Show file tree
Hide file tree
Showing 7 changed files with 299 additions and 423 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space

[{*.pyw,*.py}]
indent_size = 2
tab_width = 2
max_line_length = 240
ij_continuation_indent_size = 2
ij_python_blank_line_at_file_end = true

[{*.yml_sample,*.yaml_sample,*.yml,*.yaml}]
indent_size = 2
Loading

0 comments on commit ee33868

Please sign in to comment.