From e70788b928d786f155f91bbef183e462fc65535c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Ni=C3=9Fl?= Date: Tue, 6 Sep 2022 08:50:14 +1000 Subject: Feature [feature-requests:#1445] Add .editorconfig so patches will be formatted compatibly with existing code. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..fddd80c64 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[**] +indent_style = tab -- cgit v1.2.3