Skip to content

Instantly share code, notes, and snippets.

@marciobarrios
Last active August 31, 2015 14:00
Show Gist options
  • Select an option

  • Save marciobarrios/77add426ceb555fdd0a2 to your computer and use it in GitHub Desktop.

Select an option

Save marciobarrios/77add426ceb555fdd0a2 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings (place it in ~/Library/Application Support/Sublime Text 3/Packages/User/)
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
"font_face": "Source Code Pro",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"JavaScript",
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment