From 1df08d8f9b3eb192af6de382e9baba77c757c05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Bu=CC=88nz?= Date: Sat, 14 Sep 2024 20:36:28 +0200 Subject: [PATCH] add config --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..355b1fc0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*.swift] +indent_style = space +indent_size = 2 +tab_width = 2 +end_of_line = crlf +max_line_length = 180 +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file