From 4f5226cb7a97f86421a94fcc75c59fe6d709ae02 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Feb 2021 14:16:47 +0100 Subject: Adding upstream version 1.6.3. Signed-off-by: Daniel Baumann --- html/.editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 html/.editorconfig (limited to 'html/.editorconfig') diff --git a/html/.editorconfig b/html/.editorconfig new file mode 100644 index 0000000..54ee2b1 --- /dev/null +++ b/html/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +charset = utf-8 +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[{*.json, *.scss}] +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false -- cgit v1.2.3