Last active
December 29, 2015 07:58
-
-
Save ahmdrefat/7639626 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
{ | |
"bold_folder_labels": true, | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Scheme - Vintage Terminal/Green.tmTheme", | |
"draw_minimap_border": true, | |
"enable_tab_scrolling": false, | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"font_face": "cosmicsansneuemono", | |
"font_options": | |
[ | |
"subpixel_antialias", | |
"gray_antialias", | |
"no_round" | |
], | |
"font_size": 20, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Stylus", | |
"Theme - Glacier", | |
"EditorConfig", | |
"Color Scheme - Baara Dark", | |
"Dayle Rees Color Schemes", | |
"Markdown" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"match_brackets_angle": true, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"spell_check": true, | |
"tab_size": 2, | |
"theme": "Soda Dark.sublime-theme", | |
"todo": | |
{ | |
"patterns": | |
{ | |
"CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$", | |
"FIXME": "FIX ?ME[\\s]*?:+(?P<fixme>\\S.*)$", | |
"NOTE": "NOTE[\\s]*?:+(?P<note>.*)$", | |
"TODO": "TODO[\\s]*?:+(?P<todo>.*)$" | |
} | |
}, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true, | |
"wrap_width": 80 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://daylerees.github.io/