Skip to content

Instantly share code, notes, and snippets.

@olimart
Last active November 2, 2018 14:52
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 olimart/b6de6af796ede97ddb6b62ac064c454f to your computer and use it in GitHub Desktop.
Save olimart/b6de6af796ede97ddb6b62ac064c454f to your computer and use it in GitHub Desktop.
Sublime 3 Settings
{
"auto_complete": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"command": "dev_docs_search_selection",
"copy_with_empty_selection": true,
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"node_modules",
".git",
"tmp/cache"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"keys":
[
"ctrl+shift+d"
],
"rulers":
[
100
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment