Skip to content

Instantly share code, notes, and snippets.

@twmbx
Created December 30, 2014 17:04
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 twmbx/143840098ad533834954 to your computer and use it in GitHub Desktop.
Save twmbx/143840098ad533834954 to your computer and use it in GitHub Desktop.
sublime text 3 user settings
{
"caret_extra_bottom": 4,
"caret_extra_top": 14,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/Larapaste (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"font_face": "consolas",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_top": 7,
"tab_size": 4,
"theme": "Spacefunk (Grey Tuesday).sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment