Created
November 17, 2014 03:20
-
-
Save rtorino/fda31900ed977aa11181 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
{ | |
"caret_extra_width": 2, | |
"color_scheme": "Packages/Colorcoder/Seti (Colorcoded) (SL) (Colorcoded).tmTheme", | |
"default_line_ending": "unix", | |
"detect_indentation": false, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": false, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
"Desktop.ini", | |
"*.pyc", | |
"._*", | |
"Thumbs.db", | |
".Spotlight-V100", | |
".Trashes" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
"node_modules" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 14.0, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 6, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"original_color_scheme": "Packages/User/Seti (Colorcoded) (SL).tmTheme", | |
"remember_open_files": false, | |
"rulers": | |
[ | |
80 | |
], | |
"save_on_focus_lost": true, | |
"spell_check": true, | |
"tab_size": 2, | |
"theme": "Seti.sublime-theme", | |
"translate_tabs_to_spaces": false, | |
"trim_trailing_white_space_on_save": true, | |
"va_alignment_chars": | |
[ | |
{ | |
"alignment": "right", | |
"char": "=", | |
"left_space": true, | |
"prefixes": | |
[ | |
"+", | |
"-", | |
"&", | |
"|", | |
"<", | |
">", | |
"!", | |
"~", | |
"%", | |
"/", | |
"*", | |
"." | |
], | |
"right_space": true | |
}, | |
{ | |
"alignment": "right", | |
"char": ":", | |
"left_space": true, | |
"prefixes": | |
[ | |
], | |
"right_space": true | |
} | |
], | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment