From 5d23f06e81d0ce470e3c68b527a9bc57d3b1ef38 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Sat, 27 Jul 2019 06:27:50 -0700 Subject: [PATCH] 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 Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/.editorconfig | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -- 2.43.2