Skip to content

Instantly share code, notes, and snippets.

@kylecesmat
Created November 2, 2015 20:30
Show Gist options
  • Save kylecesmat/d259a7ec4793ac5ab034 to your computer and use it in GitHub Desktop.
Save kylecesmat/d259a7ec4793ac5ab034 to your computer and use it in GitHub Desktop.
{
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/SublimeLinter/predawn (SL).tmTheme",
"create_window_at_startup": false,
"default_line_ending": "Unix",
"detect_indentation": false,
"detect_slow_plugins": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.pdf",
"*.class",
"*.sublime-*"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "InputMono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"SassBeautify",
"Emmet",
"SublimeLinter",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"predawn_findreplace_small": true,
"predawn_sidebar_arrows": true,
"predawn_sidebar_narrow": true,
"predawn_sidebar_small": true,
"predawn_tabs_active_underline": true,
"predawn_tabs_small": true,
"preview_on_click": true,
"remember_open_files": false,
"reveal-on-activate": false,
"rulers":
[
120
],
"scroll_past_end": false,
"scroll_speed": 5.0,
"shift_tab_unindent": true,
"show_full_path": false,
"tab_size": 4,
"theme": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment