Last active
November 2, 2018 14:52
-
-
Save olimart/b6de6af796ede97ddb6b62ac064c454f to your computer and use it in GitHub Desktop.
Sublime 3 Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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