From f4458a5cc6f5bcf35402ae33b578beb867ae9b12 Mon Sep 17 00:00:00 2001 From: Xkeeper Date: Sun, 25 Oct 2020 22:04:59 -0700 Subject: [PATCH] add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f8c5d3d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true