Avetisyan Karen пре 8 година
родитељ
комит
f9588fa211
1 измењених фајлова са 29 додато и 6 уклоњено
  1. 29 6
      web_interface/smartUPS.sublime-project

+ 29 - 6
web_interface/smartUPS.sublime-project

@@ -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
+  },
 }