From 3dded82cb9dcc9cdbf2f287f87afd141441ef98e Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 3 Dec 2020 17:38:49 +0100 Subject: add editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a481140 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[TODO] +indent_style = space +tab_width = 2 -- cgit v1.2.3