|
@@ -1,8 +1,31 @@
|
|
|
{
|
|
|
- "folders":
|
|
|
- [
|
|
|
- {
|
|
|
- "path": "."
|
|
|
- }
|
|
|
- ]
|
|
|
+ "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",
|
|
|
+ "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
|
|
|
+ },
|
|
|
}
|