Skip to content

Instantly share code, notes, and snippets.

@raphaelguye
Last active May 10, 2024 15:36
Show Gist options
  • Select an option

  • Save raphaelguye/36258b85a08be7b878195207c9b29ff7 to your computer and use it in GitHub Desktop.

Select an option

Save raphaelguye/36258b85a08be7b878195207c9b29ff7 to your computer and use it in GitHub Desktop.
Xcode Script - XcodeFormatting
set -e
defaults write com.apple.dt.Xcode DVTTextEditorTrimTrailingWhitespace -bool YES
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment