Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created April 28, 2019 10:00
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 ivandoric/e829496db23cc776eab8d364e47f1e3c to your computer and use it in GitHub Desktop.
Save ivandoric/e829496db23cc776eab8d364e47f1e3c to your computer and use it in GitHub Desktop.
Sublime Text 3 - config
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"auto_indent": true,
"binary_file_patterns":
[
"**/images/*",
".sass-cache/*",
"PatternLab-UDG-Draft/*",
"PatternLab-new/public/*",
"PatternLab-new/source/_patterns/04-pages",
"PatternLab/*",
"_assets_/*",
"app/code/*",
"app/design/adminhtml/*",
"app/design/frontend/base/*",
"app/design/frontend/default/*",
"app/design/frontend/rwd/*",
"app/locale/*",
"bckp/*",
"cache/*",
"downloader/*",
"node_modules/*",
"skin/frontend/base/*",
"skin/frontend/default/*",
"skin/frontend/rwd/*",
"skin/install/*",
"tmp/*",
"wp-admin/*",
"wp-content/plugins/*",
"wp-content/themes/OLDactivenation/*",
"wp-content/themes/activenation/*",
"wp-content/themes/activenation2/*",
"wp-content/themes/olympos/.sass-cache/*",
"wp-content/themes/olympos/node_modules/*",
"wp-content/themes/twentyfifteen/*",
"wp-content/themes/twentyfourteen/*",
"wp-content/themes/twentythirteen/*",
"wp-content/themes/twentytwelve/*",
"wp-content/upgrade/*",
"wp-content/uploads/*",
"wp-includes/*"
],
"bold_folder_labels": true,
"caret_style": "solid",
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme",
"detect_indentation": false,
"disable_tab_abbreviations": true,
"esversion": 6,
"extract_sublime_package_ask_on_open": true,
"fade_fold_buttons": false,
"figlet_font": "banner3",
"font_face": "Operator Mono",
"font_size": 16,
"hayaku_CSS_prefixes_disable": true,
"ignored_packages":
[
"ActionScript",
"All Autocomplete",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 7,
"line_padding_top": 7,
"material_theme_accent_titlebar": true,
"material_theme_arrow_folders": true,
"material_theme_tabs_separator": true,
"material_theme_titlebar": true,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"tab_size": 4,
"theme": "Material-Theme-Palenight.sublime-theme",
"translate_tabs_to_spaces": true,
"ui_fix_tab_labels": true,
"ui_font_size_small": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment