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>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
[*]
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