16 lines
233 B
INI
16 lines
233 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
# lf, cr, crlf
|
|
end_of_line = crlf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
# space, tab
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.py]
|
|
indent_style = space
|