blob: 1b7de4181522e5a09ab473cdf4c692584bef6787 [file] [log] [blame]
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.bat]
end_of_line = crlf
[*.py]
end_of_line = crlf
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,py}]
charset = utf-8
# 4 space indentation
[{*.py,*.yml,*.bat,*.feature}]
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab