Skip to content

Instantly share code, notes, and snippets.

@samundra
Last active August 2, 2017 05:12
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 samundra/06a4f5b113718ef6501579ad76cd9aa0 to your computer and use it in GitHub Desktop.
Save samundra/06a4f5b113718ef6501579ad76cd9aa0 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"SublimeLinter":
{
"linters":
{
"phpcs":
{
"cmd": "phpcs"
}
}
},
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
"node_modules/**"
],
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/Base16 Eighties Dark Color Scheme/base16-eighties-dark.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"fade_fold_buttons": false,
"fold_buttons": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 10,
"line_padding_top": 5,
"rulers":
[
80,
110,
120
],
"show_encoding": true,
"show_line_endings": true,
"show_panel_on_build": false,
"tab_completion": true,
"tab_size": 4,
"theme": "Boxy Ocean.sublime-theme",
"theme_accent_green": true,
"theme_bar": false,
"theme_font_lg": false,
"theme_icon_button_highlighted": true,
"theme_scrollbar_colored": true,
"theme_scrollbar_line": true,
"theme_sidebar_icon_saturation_hg": false,
"theme_sidebar_icon_saturation_lw": false,
"theme_sidebar_icon_saturation_md": true,
"theme_sidebar_size_sm": true,
"theme_tab_arrows_hidden": true,
"theme_tab_mouse_wheel_switch": true,
"theme_tab_selected_transparent": false,
"theme_tab_selected_underlined": true,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"match_brackets": false,
"match_brackets_angle": false,
"match_brackets_braces": false,
"match_brackets_content": false,
"match_brackets_square": false,
"match_tags": false,
"search_threshold": 10000,
"draw_centered": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment