Skip to content

Instantly share code, notes, and snippets.

@adriantoine
Last active February 8, 2017 09:41
Show Gist options
  • Save adriantoine/7042998 to your computer and use it in GitHub Desktop.
Save adriantoine/7042998 to your computer and use it in GitHub Desktop.
My sublime text settings
// Packages:
// -------------------------------
// Automatic Backups
// Color Highlighter
// FuzzyFilePath
// GitGutter
// SideBarEnhancements
// NodeRequirer
// Theme:
// -------------------------------
// Cyanide
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.js"
}
],
"auto_indent": true,
"binary_file_patterns":
[
"*.7569cae738079875379cf6b6d0fa63ce48b65bf3aace63b77e14c5633f8d188e.js",
"*.css.map",
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.js.map",
"*.pdf",
"*.png",
"*.svg",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
"yarn.lock"
],
"bold_folder_labels": true,
"caret_style": "block",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/SublimeLinter/brogrammer (SL).tmTheme",
"contrasted_quick_panel": true,
"copy_with_empty_selection": false,
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.scssc",
"*.min.*",
"npm-debug.log",
"*.DS_Store"
],
"findreplace_small": true,
"folder_exclude_patterns":
[
".sass-cache",
".git",
"dist",
"node_modules",
".nyc_output",
"bower_components"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 14,
"highlight_line": true,
"icon_file_type_enable": true,
"ignored_packages":
[
"HyperClick",
"sublime-prettier",
"Unity Completions",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_exclude_patterns":
[
"*.log",
"/Users/adrien/Projects/dev-setup/tray/src/github.com/trayio/frontend-apps/tray-admin/assets/bundle/6f1378db2a1007ec72876119c7b47dce.png",
"/Users/adrien/Projects/dev-setup/tray/src/github.com/trayio/frontend-apps/tray-admin/assets/bundle*"
],
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"material_theme_accent_orange": true,
"material_theme_appbar_indigo": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tree_headings": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"sidebar_small": true,
"tabSize": 2,
"tabs_small": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment