Skip to content

Instantly share code, notes, and snippets.

@rezzo
Last active August 29, 2015 14:06
Show Gist options
  • Save rezzo/6810f16db5969091d873 to your computer and use it in GitHub Desktop.
Save rezzo/6810f16db5969091d873 to your computer and use it in GitHub Desktop.
Sublime Text preferences <3
{
// "font_face": "Monaco",
"font_options": "subpixel_antialias",
// "font_size": 10.0,
"highlight_line": true,
// "highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
120
],
"translate_tabs_to_spaces": true,
"tab_size": 2,
"indent_to_bracket": true,
"detect_indentation": false,
"indent_guide_options": ["draw_active"],
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": false,
// "draw_white_space": "all",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment