From 3778c0d006a753fb61578174d433b838feda39a7 Mon Sep 17 00:00:00 2001 From: K3rnelPan1c <69395733+k3rnelpan1c-dev@users.noreply.github.com> Date: Sat, 22 Oct 2022 18:23:32 +0200 Subject: [PATCH] add: editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..148a2fa --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +tab_width = 4 +indent_size = 4 +end_of_line = lf +indent_style = space +max_line_length = 120 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{yml,yaml}] +tab_width = 2 +indent_size = 2