Skip to content

Commit

Permalink
Merge pull request #1 from withprimer/gn--110
Browse files Browse the repository at this point in the history
Make page guide 110
  • Loading branch information
Gonzalo Nuñez committed Jan 26, 2022
2 parents 3fcd5e7 + e78518f commit 428cfce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._

* <a id='column-width'></a>(<a href='#column-width'>link</a>) **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)
* <a id='column-width'></a>(<a href='#column-width'>link</a>) **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)

<details>

Expand Down
2 changes: 1 addition & 1 deletion resources/xcode_settings.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 428cfce

Please sign in to comment.