Skip to content

Instantly share code, notes, and snippets.

@rbarros
Created January 6, 2016 10:53
Show Gist options
  • Save rbarros/8f56e12dd58c875041e7 to your computer and use it in GitHub Desktop.
Save rbarros/8f56e12dd58c875041e7 to your computer and use it in GitHub Desktop.
Sublime Text - Settings User
{
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
120
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment