Skip to content

Instantly share code, notes, and snippets.

@rydurham
Created April 29, 2017 21:10
Show Gist options
  • Save rydurham/73877ad37dac283cb08449ea03bf162c to your computer and use it in GitHub Desktop.
Save rydurham/73877ad37dac283cb08449ea03bf162c to your computer and use it in GitHub Desktop.
Sublime Text Config
{
"added_words":
[
"Laravel"
],
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
"app/storage/debugbar/**"
],
"color_scheme": "Packages/User/SublimeLinter/Flatgrammer (SL).tmTheme",
"draw_white_space": "all",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_panel_on_build": false,
"sidebar_size_13": true,
"sidebar_size_14": true,
"tab_size": 4,
"theme": "Flatgrammer.sublime-theme",
"trim_trailing_white_space_on_save": true,
"sidebar_size_14": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment