Skip to content

Commit ca67459

Browse files
authored
chore: add sortImports and sortSwitchCases rules (#24)
1 parent 72f38e3 commit ca67459

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.swiftformat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
--enable redundantSelf
3737
--enable redundantVoidReturnType
3838
--enable semicolons
39-
--enable sortedImports
40-
--enable sortedSwitchCases
39+
--enable sortImports
40+
--enable sortSwitchCases
4141
--enable spaceAroundBraces
4242
--enable spaceAroundBrackets
4343
--enable spaceAroundComments

0 commit comments

Comments
 (0)