From 86715cf7d6c78f46dd5c3e8a669ac7dcadc16fc2 Mon Sep 17 00:00:00 2001 From: Christian Loos Date: Mon, 6 Feb 2023 18:50:15 +0100 Subject: [PATCH] add .editorconfig --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f4a02ac --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +max_line_length = 160 +trim_trailing_whitespace = true + +[*.md] +max_line_length = unset + +[COPYING] +indent_size = unset