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 #4050 from mwichmann/wip-packages-with-build
[scons.git]
/
.editorconfig
blob
1889885a7df486dfb23e6a200de8f1f707155351
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]
14
max_line_length = 78
15
ensure_newline_before_comments = true
16
include_trailing_comma = true
17
use_parentheses = true
18
19
[*.xml]
20
indent_size = 2
21
22
[*.rst]
23
indent_size = 3
24
25
[*.bat]
26
end_of_line = crlf