From 081258724e8eeaaf5a829c59c1ae32bbed303da2 Mon Sep 17 00:00:00 2001 From: gumi Date: Mon, 13 Jul 2020 20:35:41 +0000 Subject: add editorconfig TODO: update all affected files to match the defined style --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..cc391d8c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true -- cgit v1.2.3-70-g09d2