From f7d5cdd11e7bbe0944bf20f6bbfb4353e54fa353 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 21 Dec 2025 12:23:01 +0400 Subject: [PATCH] chore: add sortImports and sortSwitchCases rules --- .swiftformat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.swiftformat b/.swiftformat index b65cb6e..e459525 100644 --- a/.swiftformat +++ b/.swiftformat @@ -36,8 +36,8 @@ --enable redundantSelf --enable redundantVoidReturnType --enable semicolons ---enable sortedImports ---enable sortedSwitchCases +--enable sortImports +--enable sortSwitchCases --enable spaceAroundBraces --enable spaceAroundBrackets --enable spaceAroundComments