From 980a02d517ab9f859feac0eaee4a0c4816e45b9e Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Fri, 17 Sep 2021 23:07:55 +0200 Subject: [PATCH] Editor config --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..939355a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +end_of_line = LF +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +