Last active
December 10, 2016 19:28
-
-
Save ahmadmilzam/92a68c7743f33ee195594454c1b3185f 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, | |
"auto_complete": false, | |
"binary_file_patterns": | |
[ | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip", | |
"*.tar", | |
"*.gz", | |
"*.dmp", | |
"*/min/*.js", | |
"*/min/*.css", | |
"*/min/*.map", | |
"*min.js", | |
"*min.css", | |
"*min.map" | |
], | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 1, | |
"caret_extra_top": 1, | |
"caret_extra_width": 1, | |
"caret_style": "blink", | |
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme", | |
"default_line_ending": "unix", | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"cache.properties", | |
"*.map", | |
"*.orig" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"font_face": "Ubuntu Mono", | |
"font_options": "subpixel_antialias", | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"ActionScript", | |
"AppleScript", | |
"D", | |
"LaTeX", | |
"TCL", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_past_end": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_completion": true, | |
"tab_size": 2, | |
"theme": "Boxy Tomorrow.sublime-theme", | |
"theme_accent_sky": true, | |
"theme_bar": true, | |
"theme_bar_logo_atomized": true, | |
"theme_bar_shadow_hidden": true, | |
"theme_icons_materialized": true, | |
"theme_size_md": true, | |
"theme_tab_arrows_hidden": true, | |
"theme_tab_mouse_wheel_switch": true, | |
"theme_tab_selected_underlined": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment