diff --git a/README.md b/README.md index 2e87a21..7f403be 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Note that brevity is not a primary goal. Code should be made more concise only i _You can enable the following settings in Xcode by running [this script](resources/xcode_settings.bash), e.g. as part of a "Run Script" build phase._ -* (link) **Each line should have a maximum column width of 100 characters.** [![SwiftFormat: wrap](https://img.shields.io/badge/SwiftFormat-wrap-7B0051.svg)](https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md#wrap) +* (link) **Each line should have a maximum column width of 110 characters.** [![SwiftFormat: wrap](https://img.shields.io/badge/SwiftFormat-wrap-7B0051.svg)](https://github.com/nicklockwood/SwiftFormat/blob/master/Rules.md#wrap)
diff --git a/resources/xcode_settings.bash b/resources/xcode_settings.bash index 0c1e3e3..758d566 100755 --- a/resources/xcode_settings.bash +++ b/resources/xcode_settings.bash @@ -8,4 +8,4 @@ defaults write com.apple.dt.Xcode DVTTextEditorTrimWhitespaceOnlyLines -bool YES defaults write com.apple.dt.Xcode DVTTextIndentTabWidth -int 2 defaults write com.apple.dt.Xcode DVTTextIndentWidth -int 2 -defaults write com.apple.dt.Xcode DVTTextPageGuideLocation -int 100 +defaults write com.apple.dt.Xcode DVTTextPageGuideLocation -int 110