Skip to content

Commit

Permalink
editorconfig from kwaciaren
Browse files Browse the repository at this point in the history
  • Loading branch information
rpitonak committed Jul 5, 2019
1 parent 08caae7 commit b890410
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .editorconfig
@@ -0,0 +1,23 @@
# https://editorconfig.org/

root = true

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

[*.py]
max_line_length = 100

[Makefile]
indent_style = tab

[*.{json,y{a,}ml,sh}]
indent_size = 2

[Dockerfile*]
indent_size = 2

0 comments on commit b890410

Please sign in to comment.