Skip to content

Instantly share code, notes, and snippets.

@nirnaeth
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save nirnaeth/ab11461f19b21123c46c to your computer and use it in GitHub Desktop.

Select an option

Save nirnaeth/ab11461f19b21123c46c to your computer and use it in GitHub Desktop.
User settings ST3
{
"caret_style": "wide",
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"disabled_keymap_actions": "reflect_css_value, match_pair_outward",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
"coverage",
"tmp"
],
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"ColorPick",
"Vintage",
"Emmet"
],
"rulers":
[
72,
80,
100,
120
],
"tab_size": 2,
"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