Skip to content

Instantly share code, notes, and snippets.

@trey
Last active November 6, 2018 22:09
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 trey/7f92a9d1a8bc23316aba50f8f5c93e4a to your computer and use it in GitHub Desktop.
Save trey/7f92a9d1a8bc23316aba50f8f5c93e4a to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
[
{ "keys": ["super+shift+\\"], "command": "reveal_in_side_bar"},
{ "keys": ["super+ctrl+w"], "command": "close_all"},
]
{
"color_scheme": "Packages/ayu/ayu-light.tmTheme",
"draw_white_space": "all",
"enable_tab_scrolling": true,
"ensure_newline_at_eof_on_save": true,
"extra_file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"extra_folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"/Users/trey/dev/enterprise-home-ui/src/public/styles/dist/main.min.css",
"/Users/trey/dev/enterprise-home-ui/src/public/scripts/dashboard.js.map",
"/Users/trey/dev/enterprise-home-ui/src/public/scripts/approvals-ui.js",
"/Users/trey/dev/enterprise-home-ui/src/public/scripts/dashboard.js",
"/Users/trey/dev/enterprise-home-ui/src/public/scripts/approvals-ui.js.map",
"/Users/trey/dev/enterprise-home-ui/.sass-lint.yml",
"/Users/trey/dev/enterprise-home-ui/config/local.json"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"/Users/trey/dev/enterprise-home-ui/node_modules"
],
"font_face": "Fira Code",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"theme": "ayu-light.sublime-theme",
"trim_trailing_white_space_on_save": true,
"ui_separator": true
}
[
{ "keys": ["super+shift+\\"], "command": "reveal_in_side_bar"}
]
{
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"draw_white_space": "selected",
"ensure_newline_at_eof_on_save": true,
"font_face": "Fira Code",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment