Skip to content

Instantly share code, notes, and snippets.

@godfat
Created March 28, 2011 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godfat/891061 to your computer and use it in GitHub Desktop.
Save godfat/891061 to your computer and use it in GitHub Desktop.
{
// display
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_face": "DejaVuSansMono",
"font_size": 18,
"line_numbers": true,
"line_padding_top": 5,
// display misc
"draw_white_space": "all",
"highlight_line": true,
"spell_check": false, // want this but it's awful for now
// match
"auto_match_enabled": true,
"match_brackets": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_brackets_braces": true,
"match_brackets_angle": true,
// wrap
"word_wrap": true, // didn't work
"wrap_width": 78,
"rulers": [78],
// control
"auto_indent": true,
"indent_subsequent_lines": true,
"detect_indentation": true,
"tab_completion": true,
"scroll_past_end": false,
// format
"fallback_encoding": "UTF-8",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"default_line_ending": "unix"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment