Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dingo-d
Last active March 31, 2018 07:13
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 dingo-d/2607ecad247f00c4da7698ff71bbef9f to your computer and use it in GitHub Desktop.
Save dingo-d/2607ecad247f00c4da7698ff71bbef9f to your computer and use it in GitHub Desktop.
My SublimeText 3 User settings
{
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "$>:\\",
"selector": "source.php"
}
],
"auto_upgrade": false,
"bold_folder_labels": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 14,
"ignored_packages":
[
"Autoprefixer",
"BracketHighlighter",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_exclude_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"node_modules/**",
"vendor/**",
"bower_components/**"
],
"index_files": false,
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_red": true,
"material_theme_big_fileicons": true,
"material_theme_contrast_mode": true,
"mdpopups.debug": 3,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"drag_text": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment