Created
November 8, 2016 15:36
-
-
Save kandebonfim/9546acf9b9f309d6c0ac55b123d452ca to your computer and use it in GitHub Desktop.
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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.DS_store", | |
"*.gem", | |
"*.gz", | |
"*.jar", | |
"*.sassc", | |
"*.scssc", | |
"*.xap", | |
"*.zip", | |
"dump.rdb", | |
".rake_tasks~", | |
"*.o" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache", | |
".cache", | |
"tmp/cache/*", | |
".bin", | |
".bundle", | |
".yardoc", | |
"coverage", | |
"log", | |
"tmp", | |
"pkg", | |
"node_modules", | |
"bower_components", | |
"tmp/class-*", | |
"tmp/es_*", | |
"tmp/jshinter*", | |
"tmp/replace_*", | |
"tmp/static_compiler*", | |
"tmp/template_compiler*", | |
"tmp/tree_merger*", | |
"tmp/coffee_script*", | |
"tmp/concat-tmp*", | |
"tmp/export_tree*", | |
"tmp/sass_compiler*" | |
], | |
"font_face": "Roboto Mono", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"JavaScript", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"material_theme_small_tab": true, | |
"overlay_scroll_bars": "enabled", | |
"preview_on_click": true, | |
"show_full_path": true, | |
"show_minimap": false, | |
"tab_size": 2, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"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