# see http://editorconfig.org
root = true

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

[*.py]
indent_size = 4
max_line_length = 100

[*.{bat,cmd,ps1}]
end_of_line = crlf
