Created
July 9, 2014 16:47
-
-
Save adamyanalunas/e7fcfb20f6fbe9fdc1ad to your computer and use it in GitHub Desktop.
Sublime config
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
Show hidden characters
{ | |
"auto_complete_commit_on_tab": true, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 4, | |
"caret_style": "phase", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Predawn/predawn.tmTheme", | |
"dictionary": "Packages/Language - English/en_US.dic", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Inconsolata-dz", | |
"font_options": | |
[ | |
"no_round" | |
], | |
"font_size": 12.0, | |
"ignored_packages": | |
[ | |
"Theme - Spacegray", | |
"Vintage", | |
"EditorConfig", | |
"SublimeLinter" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"settings": | |
{ | |
"build_switcher_systems": | |
[ | |
"Unit tests", | |
"CoffeeScript" | |
] | |
}, | |
"soda_classic_tabs": true, | |
"spell_check": true, | |
"tab_size": 2, | |
"theme": "predawn.sublime-theme", | |
"todo": | |
{ | |
"folder_exclude_patterns": | |
[ | |
"node_modules" | |
], | |
"patterns": | |
{ | |
"FIXME": "FIX ?ME\\(vojta\\)[\\s]*?:+(?P<fixme>\\S.*)$", | |
"NOTE": "NOTE\\(vojta\\)[\\s]*?:+(?P<note>.*)$", | |
"TODO": "TODO\\(vojta\\)[\\s]*?:+(?P<todo>.*)$" | |
} | |
}, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment