Skip to content

Instantly share code, notes, and snippets.

@isellsoap
Created August 16, 2016 11:08
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 isellsoap/35d4b09eeb93662401ee8c8f7385030e to your computer and use it in GitHub Desktop.
Save isellsoap/35d4b09eeb93662401ee8c8f7385030e to your computer and use it in GitHub Desktop.
My Sublime Text user settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"font_face": "Input Mono",
"font_options": "subpixel_antialias",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_completion": false,
"tab_size": 2,
"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