You need to sign in or sign up before continuing.
Newer
Older

Marc Trölitzsch
committed
# top-most .editorconfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4

Marc Trölitzsch
committed
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

Marc Trölitzsch
committed
[*.cfg]
indent_size = tab
[{make.bat, Makefile}]
indent_style = tab
[*.py]
max_line_length = 90

Marc Trölitzsch
committed
[*.{yaml, yml}]
indent_size = 2