]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/.editorconfig
LP#1803790: apply alphabetization fix to Angular admin splash pages
[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