Merge pull request #4553 from mwichmann/clone-variables
[scons.git] / .editorconfig
blobf6fbafbbe5a1db56f610de636360c7aaf480d3f6
1 # EditorConfig file for SCons project
3 root = true
5 [*]
6 indent_style = space
7 indent_size = 4
8 insert_final_newline = true
9 trim_trailing_whitespace = true
10 end_of_line = lf
11 charset = utf-8
13 [{*.py,SConstruct,SConscript}]
14 max_line_length = 88
15 ensure_newline_before_comments = true
16 include_trailing_comma = true
17 use_parentheses = true
19 [*.{xml,yml,yaml}]
20 indent_size = 2
22 [*.rst]
23 indent_size = 3
25 [*.{bat,cmd,ps1}]
26 end_of_line = crlf