mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-04-30 18:32:53 +08:00
Summary: This change requires `--rules spaceAroundOperators` and the `--ranges no-space` option Reviewed By: joesus Differential Revision: D30020365 fbshipit-source-id: 542b7d734b97fedb31f0129aa01a174dd75df143
22 lines
377 B
Plaintext
22 lines
377 B
Plaintext
# SwiftFormat Config
|
|
|
|
# https://github.com/nicklockwood/SwiftFormat
|
|
|
|
# Version: 0.48.11
|
|
|
|
--exclude samples,testing,ads,internal # dirs
|
|
--exclude Package.swift # files
|
|
|
|
# Rules to run
|
|
--rules indent
|
|
--rules spaceAroundOperators
|
|
--rules spaceAroundParens
|
|
--rules wrapArguments
|
|
|
|
# Options
|
|
--swiftversion 5
|
|
--indent 2
|
|
--ifdef no-indent
|
|
--xcodeindentation enabled
|
|
--ranges no-space
|