From 0c837e6edc3672c8adb4682cbc2ba176cce18c22 Mon Sep 17 00:00:00 2001 From: Miepee Date: Wed, 11 Jan 2023 11:23:13 +0100 Subject: [PATCH] Use editorconfig for consistent indent style --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bc93c13 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +# Top most editorconfig +root = true + +# Only use Tabs +[*] +indent_style = tab