Add auto-generated .swiftformat to Swift clients (#13002)

* add .swfitformat to swift client

* minor format change
This commit is contained in:
William Cheng
2022-07-26 11:21:53 +08:00
committed by GitHub
parent 2b9a1ad0fc
commit bc98014146
34 changed files with 784 additions and 0 deletions

View File

@@ -581,6 +581,9 @@ public class Swift5ClientCodegen extends DefaultCodegen implements CodegenConfig
supportingFiles.add(new SupportingFile("README.mustache",
"",
"README.md"));
supportingFiles.add(new SupportingFile("swiftformat.mustache",
"",
".swiftformat"));
switch (getLibrary()) {
case LIBRARY_ALAMOFIRE:

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Package.swift
README.md
Sources/PetstoreClient/APIs.swift

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty

View File

@@ -1,4 +1,5 @@
.gitignore
.swiftformat
Cartfile
Package.swift
PetstoreClient.podspec

View File

@@ -0,0 +1,45 @@
# This file is auto-generated by OpenAPI Generator: https://openapi-generator.tech/
#
# For rules on SwiftFormat, please refer to https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md
#
# file options
# uncomment below to exclude files, folders
#--exclude path/to/test1.swift,Snapshots,Build
# format options
--allman false
--binarygrouping 4,8
--commas always
--comments indent
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indent 4
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--maxwidth none
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons inline
--stripunusedargs always
--swiftversion 5.4
--trimwhitespace always
--wraparguments preserve
--wrapcollections preserve
# rules
--enable isEmpty