From 0c05ff45e018d8571fb596708f3ebdd936f38bb0 Mon Sep 17 00:00:00 2001 From: Tiana_ Date: Wed, 8 Apr 2026 21:56:47 -0300 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..37187a8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.{kt,kts}] +indent_size = 4 + +[*.{yml,yaml}] +indent_size = 2