# EditorConfig file for SCons project

root = true

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

[{*.py,SConstruct,SConscript}]
max_line_length = 88
ensure_newline_before_comments = true
include_trailing_comma = true
use_parentheses = true

[*.{xml,yml,yaml}]
indent_size = 2

[*.rst]
indent_size = 3

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