Skip to content

Instantly share code, notes, and snippets.

@mickaelandrieu
Last active August 29, 2015 14:04
Show Gist options
  • Save mickaelandrieu/cecec203e6542f7c0478 to your computer and use it in GitHub Desktop.
Save mickaelandrieu/cecec203e6542f7c0478 to your computer and use it in GitHub Desktop.
Sublime Text 3 user preferences
// inspired from https://gist.github.com/n1k0/8545743
{
"bold_folder_labels": true,
"caret_style": "smooth",
"default_encoding": "UTF-8",
"detect_slow_plugins": false,
"draw_minimap_border": false,
"hide_minimap": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"font_face": "Droid Sans Mono",
"font_size": 11,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Floobits"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"line_padding_bottom": 1,
"match_brackets_angle": true,
"pep8_ignore":
[
"E261",
"E302",
"E303",
"E501"
],
"rulers":
[
80,
90,
120
],
"scroll_past_end": true,
"show_full_path": true,
"soda_classic_tabs": false,
"sublimelinter_disable":
[
"css"
],
"tab_completion": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment