Files
facebook-ios-sdk/.swiftformat
Jawwad Ahmad 73b82cd5c3 Update .swiftformat config to remove spaces around ranges
Summary: This change requires `--rules spaceAroundOperators` and the `--ranges no-space` option

Reviewed By: joesus

Differential Revision: D30020365

fbshipit-source-id: 542b7d734b97fedb31f0129aa01a174dd75df143
2021-08-04 14:53:46 -07:00

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