From 794e6ec3a54550e9b432b75d851232a5b4598495 Mon Sep 17 00:00:00 2001 From: Bill Morris Date: Thu, 25 Jun 2020 05:03:37 +0200 Subject: [PATCH] Enforce tabs via editorcofig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..73387be0f2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +# EditorConfig https://EditorConfig.org +root = true + +[{Makefile,CMakeLists.txt}] +indent_style = tab