repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Croatian)
[phpmyadmin.git]
/
.editorconfig
blob
c1f1fab9074879c277ecd4bdb9e5461e60ec6e40
1
# EditorConfig.org
2
3
root = true
4
5
[*]
6
end_of_line = lf
7
insert_final_newline = true
8
trim_trailing_whitespace = true
9
charset = utf-8
10
11
[*.{js,php,twig,phtml,json,css}]
12
indent_style = space
13
indent_size = 4
14
15
[{*.sql,package.json,.travis.yml}]
16
indent_style = space
17
indent_size = 2