repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
3.18 rmaint followup: fixing forbidden pattern in C4/SIP/ILS.pm
[koha.git]
/
.editorconfig
blob
95c4e456ab27fc4382b209832c45e42b86ee4295
1
# top-most EditorConfig file (http://editorconfig.org)
2
root = true
3
4
[*]
5
# Unix-style newlines with a newline ending every file
6
end_of_line = lf
7
insert_final_newline = true
8
# 4 space indentation
9
indent_style = space
10
indent_size = 4
11
# New files charset should be UTF-8
12
charset = utf-8