Created
April 28, 2017 20:01
-
-
Save ahmadmilzam/5d15d60a1d33062c0e581f960ca1afef to your computer and use it in GitHub Desktop.
My sublime 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": false, | |
"auto_complete_commit_on_tab": true, | |
// Allow auto-complete suggestion within snippets. | |
"auto_complete_with_fields": true, | |
"always_show_minimap_viewport": true, | |
"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", | |
"cache" | |
], | |
"font_face": "Inconsolata", | |
"font_options": "subpixel_antialias", | |
"font_size": 14, | |
"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_quick_panel_item_selected_colored": true, | |
"theme_scrollbar_colored": true, | |
"theme_size_md": true, | |
"theme_tab_arrows_hidden": true, | |
"theme_tab_mouse_wheel_switch": true, | |
"theme_tab_selected_filled": true, | |
"theme_unified": 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