nkaoz
11/20/2015 - 8:19 PM

Configuración SublimeText

Configuración SublimeText

{
  "auto_indent": true,
  "binary_file_patterns":
  [
    "*.dds",
    "*.eot",
    "*.gif",
    "*.ico",
    "*.jar",
    "*.jpeg",
    "*.jpg",
    "*.pdf",
    "*.png",
    "*.swf",
    "*.tga",
    "*.ttf",
    "*.zip",
    "node_modules/**"
  ],
  "color_scheme": "Packages/Colorsublime-Themes/Afterglow.tmTheme",
  "detect_indentation": false,
  "dictionary": "Packages/Language - Spanish/Spanish.dic",
  "draw_indent_guides": false,
  "ensure_newline_at_eof_on_save": false,
  "folder_exclude_patterns":
  [
    ".svn",
    ".git",
    ".DS_Store",
    "__pycache__",
    "*.pyc",
    "*.pyo",
    "*.exe",
    "*.dll",
    "*.obj",
    "*.o",
    "*.a",
    "*.lib",
    "*.so",
    "*.dylib",
    "*.ncb",
    "*.sdf",
    "*.suo",
    "*.pdb",
    "*.idb",
    ".DS_Store",
    "*.psd"
  ],
  "font_size": 12,
  "highlight_line": true,
  "highlight_modified_tabs": true,
  "ignored_packages":
  [
    "Vintage"
  ],
  "overlay_scroll_bars": "enabled",
  "save_on_focus_lost": true,
  "tab_size": 2,
  "theme": "Seti_orig.sublime-theme",
  "translate_tabs_to_spaces": true,
  "trim_automatic_white_space": true,
  "trim_trailing_white_space_on_save": true,
  "update_check": false,
  "use_tab_stops": false,
  "word_wrap": true,
  "wrap_width": 160
}