[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. c97514acca8427ec40da2ae56cbc0a597d892ed7
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_3 has been updated
via c97514acca8427ec40da2ae56cbc0a597d892ed7 (commit)
from decfaf7803f883a3249a351e91da688ad70edeac (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 c97514acca8427ec40da2ae56cbc0a597d892ed7
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