From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- .editorconfig | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..226e4c219 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,25 @@ +# EditorConfig: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# General settings +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true + +# Source code files +[*.{c,cxx,cpp,h,hxx,hpp,java,m,mm,py,swift,xsl}] +indent_style = space +indent_size = 4 + +# Makefiles +[{Makefile,*.mk}] +indent_style = tab +trim_trailing_whitespace = false + +# Patch files +[*.patch.*] +trim_trailing_whitespace = false -- cgit v1.2.3