repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4553 from mwichmann/clone-variables
[scons.git]
/
.editorconfig
blob
f6fbafbbe5a1db56f610de636360c7aaf480d3f6
1
# EditorConfig file for SCons project
2
3
root = true
4
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
12
13
[{*.py,SConstruct,SConscript}]
14
max_line_length = 88
15
ensure_newline_before_comments = true
16
include_trailing_comma = true
17
use_parentheses = true
18
19
[*.{xml,yml,yaml}]
20
indent_size = 2
21
22
[*.rst]
23
indent_size = 3
24
25
[*.{bat,cmd,ps1}]
26
end_of_line = crlf