Skip to content

Instantly share code, notes, and snippets.

@maads
Created April 27, 2015 12:01
Show Gist options
  • Save maads/de11614f393dd4d7c3c7 to your computer and use it in GitHub Desktop.
Save maads/de11614f393dd4d7c3c7 to your computer and use it in GitHub Desktop.
sublime settings
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
"font_size": 14,
"draw_white_space": "all",
"trim_trailing_white_space_on_save": true,
"translate_tabs_to_spaces":true,
"draw_minimap_border":true,
"highlight_line": false,
"match_brackets": true,
"auto_match_enabled": true,
"ensure_newline_at_eof_on_save": true,
"word_wrap": true,
"folder_exclude_patterns": ["bower_components", "node_modules", "dist","tmp"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment