From 4e5a77eb3ec77d45d5a43b8e90e22755566b474b Mon Sep 17 00:00:00 2001 From: Riccardo Azzolini Date: Tue, 16 Oct 2018 21:52:06 +0200 Subject: [PATCH] Add minimal (indentation-only) .editorconfig file --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..b39b7e54 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +indent_style = tab