Skip to content

Instantly share code, notes, and snippets.

@rwilcox
Created November 30, 2014 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwilcox/5d809a4fc0d02cd6b0c2 to your computer and use it in GitHub Desktop.
Save rwilcox/5d809a4fc0d02cd6b0c2 to your computer and use it in GitHub Desktop.
Sets the frontmost BBEdit window to 2 spaces and auto expand tabs
tell application "BBEdit"
tell text window 1
set tab width to 2
set expand tabs to true
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment