From 6fc7a1bc94c97c2c5e2506f67941695a4f7a0528 Mon Sep 17 00:00:00 2001 From: Franklin Date: Mon, 2 Aug 2021 19:17:10 +0200 Subject: [PATCH] Create .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d61ec7f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.json] +insert_final_newline = false