From a1fa47b61f3730006121b323ead2539db7a9f6cb Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Sun, 4 Feb 2024 19:45:31 +0100 Subject: [PATCH] EditorConfig: initialize --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c438a2d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true