Skip to content

Instantly share code, notes, and snippets.

@ordoghl
Last active December 19, 2015 23:59
Show Gist options
  • Save ordoghl/6037917 to your computer and use it in GitHub Desktop.
Save ordoghl/6037917 to your computer and use it in GitHub Desktop.
my sublime settings
{
"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