projects
/
working
/
Evergreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LP1847800 Admin grids support config_field links
[working/Evergreen.git]
/
Open-ILS
/
src
/
eg2
/
.editorconfig
1
# Editor configuration, see http://editorconfig.org
2
root = true
3
4
[*]
5
charset = utf-8
6
indent_style = space
7
insert_final_newline = true
8
trim_trailing_whitespace = true
9
10
[*.{ts,css}]
11
indent_size = 4
12
13
[*.html]
14
indent_size = 2
15
16
[*.{adoc,md}]
17
max_line_length = off
18
trim_trailing_whitespace = false