Created
April 3, 2019 17:56
-
-
Save kalpesh-fulpagare/8450e2139bd954a45de99f3c7dd8a4d2 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"always_show_minimap_viewport": false, | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme", | |
"copy_with_empty_selection": false, | |
"detect_indentation": true, | |
"ensure_newline_at_eof_on_save": true, | |
"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", | |
"npm-debug.log", | |
".cfignore", | |
".slugignore", | |
".eslintrc.js", | |
".travis.yml", | |
".bowerrc", | |
".csslintrc", | |
"docker-compose-production.yml", | |
"docker-compose.yml", | |
"Dockerfile-production", | |
"Dockerfile", | |
".log" | |
], | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"log", | |
"tmp/cache", | |
"tmp/uploads" | |
], | |
"font_face": "Ubuntu Mono", | |
"font_options": | |
[ | |
"no_antialias" | |
], | |
"font_size": 16, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"GitGutter", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"indent_to_bracket": true, | |
"index_files": true, | |
"linters": | |
{ | |
"debug": true, | |
"paths": | |
{ | |
"linux": | |
[ | |
], | |
"osx": | |
[ | |
"~/.rbenv/shims", | |
"~/.nvm/versions/node/v6.10.3/bin/jshint", | |
"~/.nvm/versions/node/v6.10.3/bin" | |
], | |
"windows": | |
[ | |
] | |
} | |
}, | |
"overlay_scroll_bars": "enabled", | |
"paths": | |
{ | |
"linux": | |
[ | |
], | |
"osx": | |
[ | |
"~/.rbenv/shims" | |
], | |
"windows": | |
[ | |
] | |
}, | |
"save_on_focus_lost": true, | |
"smart_indent": true, | |
"spell_check": true, | |
"tab_size": 2, | |
"theme": "Default.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_tab_stops": true, | |
"word_separators": "./\\()\"'-,.;<>~!@#$%^&*|+=[]{}`~?", | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment