Skip to content

Instantly share code, notes, and snippets.

@tdchien
Last active October 12, 2017 03:33
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 tdchien/9adc25d65e1283d539cfcb067b509da8 to your computer and use it in GitHub Desktop.
Save tdchien/9adc25d65e1283d539cfcb067b509da8 to your computer and use it in GitHub Desktop.
SublimeLinter Setting with Sublime Text 3. View more at https://github.com/SublimeLinter/SublimeLinter-php
{
"close_windows_when_empty": false,
"color_scheme": "Packages/User/SublimeLinter/Agila Dracula (SL).tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"detect_slow_plugins": false,
"drag_text": true,
"draw_white_space": "all",
"fallback_encoding": "UTF-8",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea",
".vscode",
"node_modules"
],
"font_options":
[
"gdi"
],
"font_size": 13,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_files": false,
"line_padding_bottom": 5,
"line_padding_top": 5,
"material_theme_accent_cyan": true,
"material_theme_compact_panel": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "Agila Dracula.sublime-theme",
"theme_agila_auto_complete_gray": false,
"theme_agila_auto_complete_lightblue": true,
"theme_agila_auto_complete_pink": false,
"theme_agila_auto_complete_white": false,
"theme_agila_auto_complete_yellow": false,
"theme_agila_compact_tab": true,
"theme_agila_horizontal_scrollbar_gray": false,
"theme_agila_horizontal_scrollbar_invisible": false,
"theme_agila_horizontal_scrollbar_lightblue": false,
"theme_agila_horizontal_scrollbar_pink": false,
"theme_agila_horizontal_scrollbar_thicker": true,
"theme_agila_horizontal_scrollbar_thickest": false,
"theme_agila_horizontal_scrollbar_thinner": false,
"theme_agila_horizontal_scrollbar_thinnest": false,
"theme_agila_horizontal_scrollbar_white": false,
"theme_agila_horizontal_scrollbar_yellow": false,
"theme_agila_modified_tab_marker_gray": false,
"theme_agila_modified_tab_marker_lightblue": false,
"theme_agila_modified_tab_marker_pink": true,
"theme_agila_modified_tab_marker_white": false,
"theme_agila_modified_tab_marker_yellow": false,
"theme_agila_nano_mode": false,
"theme_agila_sidebar_font_big": true,
"theme_agila_sidebar_font_small": false,
"theme_agila_sidebar_font_xsmall": false,
"theme_agila_sidebar_heading_gray": false,
"theme_agila_sidebar_heading_lightblue": false,
"theme_agila_sidebar_heading_pink": false,
"theme_agila_sidebar_heading_white": true,
"theme_agila_sidebar_heading_yellow": false,
"theme_agila_sidebar_large": false,
"theme_agila_sidebar_light_icons": true,
"theme_agila_sidebar_medium": false,
"theme_agila_sidebar_plus_minus": true,
"theme_agila_sidebar_selected_entry_gray": false,
"theme_agila_sidebar_selected_entry_lightblue": true,
"theme_agila_sidebar_selected_entry_pink": false,
"theme_agila_sidebar_selected_entry_white": false,
"theme_agila_sidebar_selected_entry_yellow": false,
"theme_agila_sidebar_small": true,
"theme_agila_vertical_scrollbar_gray": false,
"theme_agila_vertical_scrollbar_invisible": false,
"theme_agila_vertical_scrollbar_lightblue": false,
"theme_agila_vertical_scrollbar_pink": false,
"theme_agila_vertical_scrollbar_thicker": true,
"theme_agila_vertical_scrollbar_thickest": false,
"theme_agila_vertical_scrollbar_thinner": false,
"theme_agila_vertical_scrollbar_thinnest": false,
"theme_agila_vertical_scrollbar_white": false,
"theme_agila_vertical_scrollbar_yellow": false,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment