From 398806c8695c6d08fffc9561db1a1406f2367a43 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 5 Feb 2021 20:15:49 +0100 Subject: Add .editorconfig to get more consistent setup. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..adbdb1b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_style = space +indent_size = 4 -- cgit v1.2.3