-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.swiftformat
More file actions
12 lines (12 loc) · 1.11 KB
/
.swiftformat
File metadata and controls
12 lines (12 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
--binarygrouping none
--decimalgrouping none
--exclude Pods, Package.swift, Tests/TextMarkupKitTests/TestStrings.swift
--header "// Licensed to the Apache Software Foundation (ASF) under one\n// or more contributor license agreements. See the NOTICE file\n// distributed with this work for additional information\n// regarding copyright ownership. The ASF licenses this file\n// to you under the Apache License, Version 2.0 (the\n// \"License\"); you may not use this file except in compliance\n// with the License. You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing,\n// software distributed under the License is distributed on an\n// \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n// KIND, either express or implied. See the License for the\n// specific language governing permissions and limitations\n// under the License."
--hexgrouping none
--indent 2
--octalgrouping none
--patternlet inline
--stripunusedargs closure-only
--wraparguments beforefirst
--wrapcollections beforefirst
--self init-only