projects
/
awesomized
/
ext-ion
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
docker: fix build without submodule
[awesomized/ext-ion]
/
.editorconfig
1
; see http://editorconfig.org
2
root = true
3
4
[*]
5
end_of_line = lf
6
insert_final_newline = true
7
indent_style = tab
8
charset = utf-8
9
trim_trailing_whitespace = true
10
11
[*.m4]
12
indent_style = space
13
indent_size = 2
14
15
[*.php]
16
indent_style = space
17
indent_size = 4
18
19
[*.md]
20
trim_trailing_whitespace = false
21
22
[*.json]
23
indent_style = space
24
indent_size = 4
25
26
[package.xml]
27
indent_style = space
28
indent_size = 1
29
30
[config.w32]
31
end_of_line = crlf
32
33
[scripts/gen_github*.php]
34
indent_size = 2