projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96e819b
)
LP1838136: .editorconfig matches current practices
user/sandbergja/lp1838136_fix_editorconfig
author
Jane Sandberg
<sandbej@linnbenton.edu>
Sat, 27 Jul 2019 13:27:50 +0000
(06:27 -0700)
committer
Jane Sandberg
<sandbej@linnbenton.edu>
Sat, 27 Jul 2019 13:27:50 +0000
(06:27 -0700)
This commit allows .editorconfig-enabled IDEs to easily adhere to
these best practices:
https://wiki.evergreen-ils.org/doku.php?id=dev:angular_dev_best_practices
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/.editorconfig
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/.editorconfig
b/Open-ILS/src/eg2/.editorconfig
index
6e87a00
..
db9d9ab
100644
(file)
--- a/
Open-ILS/src/eg2/.editorconfig
+++ b/
Open-ILS/src/eg2/.editorconfig
@@
-4,10
+4,15
@@
root = true
[*]
charset = utf-8
indent_style = space
-indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
-[*.md]
+[*.{ts,css}]
+indent_size = 4
+
+[*.html]
+indent_size = 2
+
+[*.{adoc,md}]
max_line_length = off
trim_trailing_whitespace = false