Files
OwnTP/.swiftformat

12 lines
483 B
Plaintext
Raw Normal View History

2025-07-26 14:40:06 -05:00
--callsiteparen balanced
--commas inline
--decimal-grouping none
2025-07-26 14:40:06 -05:00
--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
--maxwidth 100
--ranges no-space
--swiftversion 6.1.2
--wraparguments before-first
--wrapcollections before-first
--wrapreturntype never