repo.or.cz
/
dokuwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
do not run phpcs and phpcbf on any vendor dirs
[dokuwiki.git]
/
.editorconfig
blob
d5465620fa9ca3c1a3a0c4fc87e5d91922aea8fd
1
; http://editorconfig.org/
2
3
root = true
4
5
[*]
6
indent_style = space
7
indent_size = 4
8
end_of_line = lf
9
charset = utf-8
10
trim_trailing_whitespace = true
11
insert_final_newline = true
12
13
[*.{yml,yaml}]
14
indent_size = 2
15
16
[{vendor,inc/phpseclib}/**]
17
; Use editor default (possible autodetection).
18
indent_style =
19
indent_size =
20
end_of_line =
21
trim_trailing_whitespace =
22
insert_final_newline =