Skip to content

Instantly share code, notes, and snippets.

@rowleyaj
Created July 21, 2013 21:55
Show Gist options
  • Save rowleyaj/6050170 to your computer and use it in GitHub Desktop.
Save rowleyaj/6050170 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 50,
"auto_complete_selector": "source - comment",
"auto_complete_size_limit": 4194304,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
}
],
"auto_complete_with_fields": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"create_window_at_startup": false,
"font_size": 12.0,
"ignored_packages":
[
"PHPUnit Completions",
"Vintage",
"Laravel Snippets",
"sublimelint"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_top": 0,
"rulers":
[
80,
120
],
"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