Skip to content

Instantly share code, notes, and snippets.

@Kenty
Last active August 29, 2015 13:57
Show Gist options
  • Save Kenty/9836291 to your computer and use it in GitHub Desktop.
Save Kenty/9836291 to your computer and use it in GitHub Desktop.
SublimeText2 - My Preferences.sublime-settings [Theme: Predawn]
{
"afn_insert_width_first": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"codeintel_disabled_languages": "['css,less,sass,scss,styl']",
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"folder_exclude_patterns":
[
".sass-cache",
".DS_Store"
],
"font_face": "Ricty ",
"font_options":
[
"no_round"
],
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": false,
"jsdocs_extend_double_slash": false,
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_bracket_angle": true,
"rulers":
[
80
],
"scroll_past_end": true,
"scroll_speed": 5.0,
"tab_size": 4,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment