We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1f2d0 commit 194bd9dCopy full SHA for 194bd9d
osx.sh
@@ -689,6 +689,8 @@ defaults write com.apple.TextEdit RichText -int 0
689
# Open and save files as UTF-8 in TextEdit
690
defaults write com.apple.TextEdit PlainTextEncoding -int 4
691
defaults write com.apple.TextEdit PlainTextEncodingForWrite -int 4
692
+# Set tab width to 4 instead of the default 8
693
+defaults write com.apple.TextEdit "TabWidth" '4'
694
695
# Enable the debug menu in Disk Utility
696
defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true
0 commit comments