From d902c66ee5b4c6e46a62257d7b51ef4eb984c1a3 Mon Sep 17 00:00:00 2001 From: Brett Best <6104381+Brett-Best@users.noreply.github.com> Date: Thu, 18 Dec 2025 06:19:05 +1100 Subject: [PATCH] Add basic `.editorconfig` (#6376) --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..76bbc4799 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.swift] +indent_style = space +indent_size = 4