From e78518f233669a2a3a9d8728d45dd286fc0f38ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Nu=C3=B1ez?= Date: Wed, 26 Jan 2022 11:00:38 -0800 Subject: [PATCH] Make page guide 110 --- README.md | 2 +- resources/xcode_settings.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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