Skip to content

Instantly share code, notes, and snippets.

@braver
Last active April 21, 2017 15:29
Show Gist options
  • Select an option

  • Save braver/65a8b899cbd6180ae0dc to your computer and use it in GitHub Desktop.

Select an option

Save braver/65a8b899cbd6180ae0dc to your computer and use it in GitHub Desktop.
Sublime preferences
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"build/*",
"dist/*",
"node_modules/*"
],
"color_scheme": "Packages/Solarized/Solarized (light).tmTheme",
"draw_indent_guides": true,
"enable_tab_scrolling": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.db",
"*.dll",
"*.exe",
"*.psd",
"*.sublime-workspace",
"._*",
".DS_Store",
"*.cache",
".baseDir.ts"
],
"find_selected_text": false,
"folder_exclude_patterns":
[
".git",
".tscache",
".vscode",
".bin"
],
"font_face": "Menlo",
"font_size": 11,
"gpu_window_buffer": true,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"match_brackets_angle": true,
"show_definitions": false,
"tab_size": 4,
"theme": "Adaptive.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment