Created
March 16, 2014 03:04
-
-
Save arnelbucio/9577982 to your computer and use it in GitHub Desktop.
Sublime settings
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
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"atomic_save": false, | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_selector": "source, text", | |
"auto_complete_with_fields": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Monokai Soda.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"tmp/cache" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 10, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"tab_size": 2, | |
"theme": "Soda Dark 3.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment