From 4fea4164fad943eebc1850042994fdbaad3682f9 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 4 Feb 2019 23:25:33 +0800 Subject: Init commit. --- Timeline/ClientApp/.editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Timeline/ClientApp/.editorconfig (limited to 'Timeline/ClientApp/.editorconfig') diff --git a/Timeline/ClientApp/.editorconfig b/Timeline/ClientApp/.editorconfig new file mode 100644 index 00000000..6e87a003 --- /dev/null +++ b/Timeline/ClientApp/.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 v1.2.3