Skip to content

Instantly share code, notes, and snippets.

@boddhisattva
Last active January 11, 2017 01:10
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 boddhisattva/778125fd88c958d1bc922de23e46f255 to your computer and use it in GitHub Desktop.
Save boddhisattva/778125fd88c958d1bc922de23e46f255 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"color_scheme": "Packages/Github Color Theme/GitHub.tmTheme",
"ensure_newline_at_eof_on_save": false,
"find_selected_text": true,
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"smart_indent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false
}
@boddhisattva
Copy link
Author

boddhisattva commented Dec 12, 2016

the indentation should be 2 tab spaces actually instead of what you see above wrt Vintage. Tried changing it but somehow it didn't get reflected, pls reflect the same when pasting these settings in your ST3 editor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment