Skip to content

Instantly share code, notes, and snippets.

@inooid
Created January 24, 2016 16:33
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 inooid/539ba6c02a2dc3916cb0 to your computer and use it in GitHub Desktop.
Save inooid/539ba6c02a2dc3916cb0 to your computer and use it in GitHub Desktop.
My sublime text preferences
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"auto_indent": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"node_modules/*",
"bower_components/*",
"tmp/*",
"coverage/*"
],
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "phase",
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"debug": true,
"default_line_ending": "unix",
"detect_indentation": true,
"dictionary": "Packages/Dictionaries/English (American).dic",
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"findreplace_small": true,
"fold_buttons": false,
"font_face": "Fira Mono",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"AutoFileName",
"SublimeLinter-jshint",
"Vintage"
],
"indent_to_bracket": true,
"index_files": true,
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"margin": 3,
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
100
],
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_encoding": true,
"show_full_path": false,
"show_minimap": true,
"sidebar_large": true,
"smart_indent": true,
"spell_check": false,
"tab_size": 2,
"tabs_medium": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment