Skip to content

Instantly share code, notes, and snippets.

@lucian303
Last active October 13, 2015 06:27
Show Gist options
  • Save lucian303/4152971 to your computer and use it in GitHub Desktop.
Save lucian303/4152971 to your computer and use it in GitHub Desktop.
sublime config
{
"auto_complete": true,
"auto_complete_delay": 0,
"bold_folder_labels": true,
"caret_style": "blink",
"close_windows_when_empty": true,
"color_scheme": "Packages/Lucian/Lucian.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "selection",
"font_face": "ayuthaya",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"scroll_speed": 0,
"settings":
{
"xdebug":
{
"url": "http://localhost"
}
},
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment