本身的 sublime text 配置

本人是在mac下進行的 ruby nodejs 開發,尤爲是進行nodejs 開發hide 了煩人node_modules 目錄node

{
    "auto_complete": true,
    "color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
    "create_window_at_startup": false,
    "font_size": 15,
    "highlight_line": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "open_files_in_new_window": false,
    "show_encoding": true,
    "soda_classic_tabs": true,
    "tab_size": 2,
    "theme": "Soda Light 3.sublime-theme",
    "translate_tabs_to_space": false,
    "folder_exclude_patterns": ["node_modules", ".svn", ".git", ".hg", "CVS"],
  "file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace"],
  "binary_file_patterns": ["generated/*", "*.tbz2", "*.gzip", "*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],
}
 git

相關文章
相關標籤/搜索