smashedlife
1/24/2013 - 6:15 PM

Sublime Text Editor User Preferences

Sublime Text Editor User Preferences

{
  "bold_folder_labels": true,
  "caret_style": "wide_caret",
  "close_windows_when_empty": true,
  "color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
  "detect_slow_plugins": false,
  "ensure_newline_at_eof_on_save": true,
  "file_exclude_patterns":
  [
    "*.pyc",
    "*.pyo",
    "*.exe",
    "*.dll",
    "*.obj",
    "*.o",
    "*.a",
    "*.lib",
    "*.so",
    "*.dylib",
    "*.ncb",
    "*.sdf",
    "*.suo",
    "*.pdb",
    "*.idb",
    ".DS_Store",
    "*.class",
    "*.psd",
    "*.db",
    "*._*",
    "*.sassc"
  ],
  "font-face": "Menlo",
  "font_size": 15.0,
  "highlight_line": true,
  "highlight_modified_tabs": true,
  "ignored_packages":
  [],
  "indent_guide_options":
  [
    "draw_active"
  ],
  "line_padding_bottom": 1,
  "tab_size": 2,
  "translate_tabs_to_spaces": true,
  "trim_automatic_white_space": true,
  "trim_trailing_white_space_on_save": true,
  "use_tab_stops": true,
  "vintage_start_in_command_mode": true
}