Skip to content

Instantly share code, notes, and snippets.

@rw1982
Last active August 29, 2015 14:25
Show Gist options
  • Save rw1982/a8c7db6eaff01242fad8 to your computer and use it in GitHub Desktop.
Save rw1982/a8c7db6eaff01242fad8 to your computer and use it in GitHub Desktop.
//The Best Sublime Settings In Settings User
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"font_size": 12.5,
// "font_options": "subpixel_antialias",
"ignored_packages":
[
"Vintage"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom":1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment