Skip to content

Instantly share code, notes, and snippets.

@ppdeassis
Last active March 6, 2019 12:33
Show Gist options
  • Save ppdeassis/8008841 to your computer and use it in GitHub Desktop.
Save ppdeassis/8008841 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
{
"binary_file_patterns":
[
"*.csv",
"*.dds",
"*.doc",
"*.docx",
"*.eot",
"*.gif",
"*.gz",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.key",
"*.log",
"*.out",
"*.pdf",
"*.png",
"*.ppsx",
"*.scssc",
"*.svg",
"*.swf",
"*.tga",
"*.ttf",
"*.xls",
"*.xlsx",
"*.zip",
"node_modules/*",
"platforms/*",
"public/packs/*",
"public/packs-test/*",
"spec/dummy/*",
"tmp/*"
],
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".gradle",
".hg",
"CVS",
".sass-sache"
],
"font_face": "Hack",
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Skins",
"Vintage"
],
"index_exclude_patterns":
[
"*.log",
"*.out"
],
"rulers":
[
100
],
"show_encoding": true,
"show_full_path": true,
"skin": "ayu/ayu mirage",
"tab_size": 2,
"theme": "ayu-mirage.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ui_big_tabs": true,
"ui_separator": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment