Skip to content

Instantly share code, notes, and snippets.

@rutger1140
Created October 15, 2014 08:22
Show Gist options
  • Save rutger1140/e71b58130a94b2b16b5d to your computer and use it in GitHub Desktop.
Save rutger1140/e71b58130a94b2b16b5d to your computer and use it in GitHub Desktop.
Sublime preferences
{
"auto_indent": true,
"color_scheme": "Packages/Color Scheme - Default/Railscasts.tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "BitstreamVeraSansMono-Roman",
"font_size": 14.0,
"folder_exclude_patterns": ["node_modules"],
"highlight_line": true,
"highlight_modified_tabs": true,
"remember_open_files": false,
"rulers":
[
79
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment