Skip to content

Instantly share code, notes, and snippets.

@towfiqpiash
Created July 23, 2017 05:05
Show Gist options
  • Save towfiqpiash/d2076ec1de1c8a1148761e35b16aec09 to your computer and use it in GitHub Desktop.
Save towfiqpiash/d2076ec1de1c8a1148761e35b16aec09 to your computer and use it in GitHub Desktop.
Auto-indenting on Sublime Text 3

Just add this binding to your Preferences > "Key Bindings - User" file:

{"keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment