Skip to content

Instantly share code, notes, and snippets.

@kevinSuttle
Last active March 14, 2016 15:41
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 kevinSuttle/e667fe2e35604f3a7ea0 to your computer and use it in GitHub Desktop.
Save kevinSuttle/e667fe2e35604f3a7ea0 to your computer and use it in GitHub Desktop.
Sublime prefs
{
"font_size": 21,
"line_numbers": false,
"gutter": false,
"wrap_width": 80,
"scroll_past_end": false,
"color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme",
"line_padding_bottom": 10,
"line_padding_top": 10
}
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/SublimeLinter/base16-grayscale.light (SL).tmTheme",
"copy_with_empty_selection": false,
"create_window_at_startup": false,
"draw_centered": true,
"draw_indent_guides": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".sass-cache",
".idea",
".git",
"node_modules"
],
"font_face": "Input Serif",
"font_options":
[
"subpixel_antialias"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 7,
"line_padding_top": 7,
"margin": 10,
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": false,
"scroll_speed": 2.0,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"wide_caret": true,
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment