Skip to content

Instantly share code, notes, and snippets.

@mizanRahman
Created March 6, 2014 18:56
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 mizanRahman/9396855 to your computer and use it in GitHub Desktop.
Save mizanRahman/9396855 to your computer and use it in GitHub Desktop.
sublime user settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": false,
"folder_exclude_patterns": [
"node_modules",
".svn",
".git",
".sass-cache",
".tmp"
],
"font_size": 13,
"highlight_line": true,
"ignored_packages": [
"JSLint",
"Vintage"
],
"indent_guide_options": [
"draw_normal",
"draw_active"
],
"index_files": false,
"save_on_focus_lost": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"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