From 10b5bfdee99e8161f353593ee3e85f4775b1dedc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:40:50 +0200 Subject: Adding upstream version 3.0.13. Signed-off-by: Daniel Baumann --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..065f673 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# To use this config with your editor, follow the instructions at: +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 +insert_final_newline = true +indent_style = space +indent_size = 4 + +[Makefile] +indent_style = tab -- cgit v1.2.3