From 3c30276063c05462b71e48a6c1c23f308f6086e7 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 20 Nov 2019 22:53:05 +0100 Subject: Add .editorconfig This allows editors to pick up the correct indent style for *.xml files. Signed-off-by: Simon Ser --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7e0c0a0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*.xml] +indent_style = space +indent_size = 2 +tab_width = 8 -- cgit v1.2.3