From 39df49893323992771ffaeb1650ccac4305d359d Mon Sep 17 00:00:00 2001 From: Thomas Fini Hansen Date: Thu, 13 Jan 2022 11:37:09 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5247888 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*.json] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true