Last active
December 19, 2015 23:59
-
-
Save ordoghl/6037917 to your computer and use it in GitHub Desktop.
my 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
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme", | |
"fade_fold_buttons": false, | |
"font_face": "Consolas", | |
"font_size": 14, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false, | |
"draw_white_space": "all" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment