From ddcaf558c071070e0152a1d0ecd2d37c426da179 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 30 Nov 2020 11:39:41 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6ab52d0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{md,scd}] +max_line_length = 80