From 0abbdf73e9f2841b380c7107e9b98b44aba6930c Mon Sep 17 00:00:00 2001 From: Xaymar Date: Fri, 16 Jan 2026 09:59:52 +0100 Subject: [PATCH] Add missing editorconfig file --- .editorconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1bef2c9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +# AUTOGENERATED COPYRIGHT HEADER START +# Copyright (C) 2017-2024 Michael Fabian 'Xaymar' Dirks +# AUTOGENERATED COPYRIGHT HEADER END + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file. +[*] +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +indent_style = tab +indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false