From 6f0f7d1b40a8fa8d46a2d6f4317600001cdbbb18 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:57:27 +0200 Subject: Adding upstream version 43.5. Signed-off-by: Daniel Baumann --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..752ea66 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# See https://editorconfig.org/ +root = true + +[*.{c,h}] +indent_style = tab +indent_size = 8 + +[*.ui] +indent_style = space +indent_size = 2 -- cgit v1.2.3