From 22adbcd1eb5f4233f65cc4f195298c32cfaa156e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 17 Oct 2021 15:35:37 +0200 Subject: chore: initial commit Add default configuration for dev tools and needed packages --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9c15a1b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# Coding Standards + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false -- cgit v1.2.3