Created
August 18, 2014 12:59
-
-
Save wazery/e0f86afbf563705a9bd9 to your computer and use it in GitHub Desktop.
Sublime configuration
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/brogrammer-theme-master/brogrammer.tmTheme", | |
"enable_tab_scrolling": false, | |
"ensure_newline_at_eof_on_save": false, | |
"fade_fold_buttons": false, | |
"font_size": 17, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintageous", | |
"Markdown", | |
"Color Scheme - Baara Dark", | |
"Stylus", | |
"Vintage", | |
"Dayle Rees Color Schemes", | |
"Theme - Glacier", | |
"EditorConfig" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"match_brackets_angle": true, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"scroll_past_end": true, | |
"scroll_speed": 28.0, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"spell_check": false, | |
"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