Skip to content

Instantly share code, notes, and snippets.

@jdgarrido
Last active June 17, 2016 02:38
Show Gist options
  • Save jdgarrido/f05bd9d7ee35a48038556f3f89d08f97 to your computer and use it in GitHub Desktop.
Save jdgarrido/f05bd9d7ee35a48038556f3f89d08f97 to your computer and use it in GitHub Desktop.
Sublime text Editor user preferences
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"detect_indentation": false,
"draw_white_space": "all",
"font_face": "Liberation Mono",
"font_options": "subpixel_antialias",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": ["Vintage"],
"indent_guide_options":["draw_normal"],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"bold_folder_labels": true,
"show_encoding": true,
"show_line_endings": true,
"show_full_path": false,
"highlight_line": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment