Files
OwnTP/.swiftformat
2025-07-26 14:40:06 -05:00

11 lines
459 B
Plaintext

--callsiteparen balanced
--commas inline
--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