Code Review
/
releng
/
global-jjb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix: Set S3 URL in the target framename
[releng/global-jjb.git]
/
.editorconfig
1
root = true
2
3
[*]
4
end_of_line = lf
5
insert_final_newline = true
6
trim_trailing_whitespace = true
7
indent_style = space
8
9
[*.json]
10
indent_size = 2
11
12
[*.rst]
13
indent_size = 4
14
15
[*.md]
16
indent_size = 4
17
max_line_length = 80
18
19
[*.sh]
20
indent_size = 4
21
max_line_length = 80
22
23
[*.yaml]
24
indent_size = 2