From 38c0c21a969e621c725245ce91c78e77076c5ce7 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 20 Nov 2017 17:23:04 +0100 Subject: New dashboard look & feel Dashboard is a fork of ngx-admin release v2.0.1 (sha be7649a9a2da835) Signed-off-by: Sebastien Douheret --- webapp/.editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 webapp/.editorconfig (limited to 'webapp/.editorconfig') diff --git a/webapp/.editorconfig b/webapp/.editorconfig new file mode 100644 index 0000000..6e87a00 --- /dev/null +++ b/webapp/.editorconfig @@ -0,0 +1,13 @@ +# Editor configuration, see http://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +max_line_length = off +trim_trailing_whitespace = false -- cgit