123456789101112131415161718192021222324252627282930313233343536 |
- {
- "folders":
- [
- {
- "path": ".",
- "name": "BT-670x",
- "folder_exclude_patterns": ["node_modules", "test", "dist", "src"],
- "file_exclude_patterns": ["*.sublime-project", "*.conf.js", "*.png", "*.ico", "*.cgi"]
- },
- {
- "path": "src/wui",
- "name": "CGI-6702",
- "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
- },
- {
- "path": "src/wui-6",
- "name": "CGI-6706",
- "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
- },
- {
- "path": "src",
- "name": "SRC",
- "file_exclude_patterns": ["*.png", "*.ico", "*.png", "*.cgi"]
- },
- {
- "path": "dist",
- "name": "DIST"
- }
- ],
- "settings":
- {
- "tab_size": 2,
- "translate_tabs_to_spaces": true,
- "spell_check": true
- },
- }
|