[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. cb9d542f117dbd463d25b9d45e38b8204ba4910d
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, rel_3_2 has been updated
via cb9d542f117dbd463d25b9d45e38b8204ba4910d (commit)
from 63535f586d915545e2cb5d80b06880dcc9cec08d (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 cb9d542f117dbd463d25b9d45e38b8204ba4910d
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