modify SwiftFormat options

SwiftFormat was inserting underscores in the Int literals i'm using for testing
This commit is contained in:
2025-07-26 15:34:49 -05:00
parent d35314be37
commit 08795021ba

View File

@@ -1,5 +1,6 @@
--callsiteparen balanced --callsiteparen balanced
--commas inline --commas inline
--decimal-grouping none
--header "//\n// This Source Code Form is subject to the terms of the Mozilla Public License,\n// v. 2.0. If a copy of the MPL was not distributed with this file, You can\n// obtain one at https://mozilla.org/MPL/2.0/.\n//\n// Copyright {created.year} Nicola Clark\n//" --header "//\n// This Source Code Form is subject to the terms of the Mozilla Public License,\n// v. 2.0. If a copy of the MPL was not distributed with this file, You can\n// obtain one at https://mozilla.org/MPL/2.0/.\n//\n// Copyright {created.year} Nicola Clark\n//"
--indent 2 --indent 2
--maxwidth 100 --maxwidth 100