Skip to content

Instantly share code, notes, and snippets.

@apisandipas
Created February 11, 2014 01:55
Show Gist options
  • Save apisandipas/8927936 to your computer and use it in GitHub Desktop.
Save apisandipas/8927936 to your computer and use it in GitHub Desktop.
{
"auto_indent": true,
"caret_style": "smooth",
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"detect_indentation": true,
"fade_fold_buttons": true,
"fold_buttons": true,
"font_face": "Monaco",
"font_size": 15.0,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_subsequent_lines": true,
"line_numbers": true,
"line_padding_bottom": 0,
"line_padding_top": 0,
"match_brackets": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_tags": true,
"rulers":
[
80
],
"scroll_speed": 0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment