Skip to content

Instantly share code, notes, and snippets.

@fyulistian
Last active November 10, 2017 11:46
Show Gist options
  • Save fyulistian/3cb65f7f87719321b9f77a90200d33de to your computer and use it in GitHub Desktop.
Save fyulistian/3cb65f7f87719321b9f77a90200d33de to your computer and use it in GitHub Desktop.
My sublime setting for php developer.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_face": "Roboto Mono",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"material_theme_accent_sky": true,
"material_theme_appbar_charcoal": true,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme-Darker.sublime-theme",
"theme_bar_logo_materialized": true,
"theme_sidebar_folder_materialized": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment