From: Vincent Vanwaelscappel Date: Mon, 15 Jun 2020 16:49:51 +0000 (+0200) Subject: wip #3707 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=87d697f5ce22803e3dcb228ec4adb4abf3815a55;p=cubedesigners_userdatabase.git wip #3707 --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6f313c6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.yml] +indent_size = 2