From ad3f29cc26fa6800659781aa5c2686a0be0b4db7 Mon Sep 17 00:00:00 2001 From: LNSD Date: Mon, 21 Nov 2022 09:07:04 +0000 Subject: [PATCH] deploy: ec3bfcd1077ef334b33880ad3c8489ace3d83577 --- .editorconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..e7f569ef9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true + + +[{Makefile, *.sh}] +indent_style = tab + +# Trailing spaces in markdown indicate word wrap +[{*.markdown,*.md}] +trim_trailing_spaces = false +max_line_length = 80