Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created April 23, 2014 13:44
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 ivandoric/11215702 to your computer and use it in GitHub Desktop.
Save ivandoric/11215702 to your computer and use it in GitHub Desktop.
sublime: Always use same indentation
Add this to Preferences - Settings user
"tab_size": 8,
"translate_tabs_to_spaces": true,
"auto_indent": true,
"detect_indentation": false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment