From 0996a7b646bab0c38911510d33620fbc28c7de57 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 1 Jul 2020 20:26:35 +0900 Subject: [PATCH] Create .editorconfig Add a config with recommended defaults --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..23dbfca34f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# Editor configuration, see https://editorconfig.org + +root = true + +# All files +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true