forked from loafle/openapi-generator-original
* [Swift6] create Swift6 generator * [Swift6] create Swift6 generator * Update vapor integration * Update bitrise stack to Xcode 16 * [Swift6] tryped throws * [Swift6] tryped throws * [Swift6] combine deferred and api static method * [Swift6] update readme * [Swift6] fix some errors * [Swift6] fix some errors * [Swift6] fix some errors * [Swift6] update docs * [Swift6] update docs * Use multiline comments for examples in csharp generator (#19079) * multi * gen * Uncomment File::deleteOnExit (#19624) * [Core/Rust Server] Check references in additionalProperties correctly when checking freeForm status (#19605) * Check references in additionalProperties correctly Handle references in additionalProperties correctly when determining free-form status * Update samples * [Rust Server] Handle arrays in forms (#19625) * [Rust Server] Handle arrays in forms correctly * [Rust Server] Add tests * Update samples * [Swift6] fix CI * [Swift6] fix CI * [Swift6] fix CI * [Swift6] fix CI --------- Co-authored-by: Liri S <reallyliri@gmail.com> Co-authored-by: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Co-authored-by: Richard Whitehouse <git@richardwhiuk.com> Co-authored-by: William Cheng <wing328hk@gmail.com>
46 lines
963 B
Plaintext
46 lines
963 B
Plaintext
# 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
|