1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "folders":
- [
- {
- "path": ".",
- "name": "BT-670x_universal",
- "folder_exclude_patterns": ["node_modules", "test", "dist", "src"],
- "file_exclude_patterns": ["*.sublime-project", "*.conf.js", "*.png", "*.ico", "*.cgi"]
- },
- {
- "path": "src/wui-3",
- "name": "CGI-6703",
- "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
- },
- {
- "path": "src/wui-7",
- "name": "CGI-6707",
- "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
- },
- {
- "path": "src/wui-9",
- "name": "CGI-6709",
- "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
- },
- }
|