From 8f359cf1ff52c9e039b9d0465d70c63dc564455f Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 16 Dec 2018 14:57:43 +0000 Subject: [PATCH] Add .editorconfig file. See https://editorconfig.org/ for details. --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..4d6f5ef7a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +indent_style = tab +indent_size = tab +trim_trailing_whitespace = true +insert_final_newline = true -- 2.30.2