[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5d23f06e81d0ce470e3c68b527a9bc57d3b1ef38
Evergreen Git
git at git.evergreen-ils.org
Sat Aug 3 11:48:46 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 5d23f06e81d0ce470e3c68b527a9bc57d3b1ef38 (commit)
from 9fb0e8a397d635482bd730b10469fcd5cb91cd31 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5d23f06e81d0ce470e3c68b527a9bc57d3b1ef38
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Sat Jul 27 06:27:50 2019 -0700
LP1838136: .editorconfig matches current practices
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 at linnbenton.edu>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/eg2/.editorconfig b/Open-ILS/src/eg2/.editorconfig
index 6e87a003da..db9d9ab625 100644
--- 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
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/eg2/.editorconfig | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list