Skip to content

Instantly share code, notes, and snippets.

@dpfrakes
Last active August 30, 2018 17:54
Show Gist options
  • Save dpfrakes/a6899b826265990530ad21874fc93319 to your computer and use it in GitHub Desktop.
Save dpfrakes/a6899b826265990530ad21874fc93319 to your computer and use it in GitHub Desktop.
Debugging sublime indentation

Sublime indentation

  1. Sublime Text > Preferences > Settings : "translate_tabs_to_spaces": [true|false]
  2. Sublime Text > Preferences > Settings - Syntax Specific : "translate_tabs_to_spaces": [true|false]
  3. View > Indentation > Indent using spaces : toggle
  4. Open .editorconfig if it exists : update indent_style = [space|tab|ignore]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment