smirea

sublime text project

Apr 9th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "folders":
  3.   [
  4.     {
  5.       "path": "./",
  6.       "follow_symlinks": true,
  7.       "file_exclude_patterns": [
  8.  
  9.       ],
  10.       "folder_exclude_patterns": [
  11.         "tmp",
  12.         "source_maps",
  13.         ".bundle",
  14.         "node_modules",
  15.         "vendor",
  16.         "qa/fixtures/seeds",
  17.         "spec/fixtures"
  18.       ],
  19.     }
  20.   ],
  21.   "settings": {
  22.     "auto_indent": true,
  23.     "detect_indentation": true,
  24.     "ensure_newline_at_eof_on_save": true,
  25.     "rulers": [ 100 ],
  26.     "smart_indent": true,
  27.     "tab_size": 4,
  28.     "translate_tabs_to_spaces": true,
  29.     "trim_automatic_white_space": true,
  30.     "trim_trailing_white_space_on_save": true,
  31.     "use_tab_stops": true,
  32.   }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment