浏览代码

修改库存管理

csx 6 年前
父节点
当前提交
5a44b7305a
共有 7 个文件被更改,包括 64 次插入0 次删除
  1. 27 0
      .idea/codeStyles/Project.xml
  2. 5 0
      .idea/codeStyles/codeStyleConfig.xml
  3. 4 0
      .idea/encodings.xml
  4. 6 0
      .idea/misc.xml
  5. 8 0
      .idea/modules.xml
  6. 6 0
      .idea/vcs.xml
  7. 8 0
      .idea/xt_vue.iml

+ 27 - 0
.idea/codeStyles/Project.xml 查看文件

@@ -0,0 +1,27 @@
1
+<component name="ProjectCodeStyleConfiguration">
2
+  <code_scheme name="Project" version="173">
3
+    <JSCodeStyleSettings version="0">
4
+      <option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
5
+      <option name="FORCE_SEMICOLON_STYLE" value="true" />
6
+      <option name="SPACE_BEFORE_GENERATOR_MULT" value="true" />
7
+      <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
8
+      <option name="USE_DOUBLE_QUOTES" value="false" />
9
+      <option name="FORCE_QUOTE_STYlE" value="true" />
10
+      <option name="ENFORCE_TRAILING_COMMA" value="Remove" />
11
+      <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
12
+      <option name="SPACES_WITHIN_IMPORTS" value="true" />
13
+      <option name="SPACE_BEFORE_ASYNC_ARROW_LPAREN" value="false" />
14
+    </JSCodeStyleSettings>
15
+    <codeStyleSettings language="JavaScript">
16
+      <option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
17
+      <option name="IF_BRACE_FORCE" value="1" />
18
+      <option name="DOWHILE_BRACE_FORCE" value="1" />
19
+      <option name="WHILE_BRACE_FORCE" value="1" />
20
+      <option name="FOR_BRACE_FORCE" value="1" />
21
+      <indentOptions>
22
+        <option name="INDENT_SIZE" value="2" />
23
+        <option name="CONTINUATION_INDENT_SIZE" value="2" />
24
+      </indentOptions>
25
+    </codeStyleSettings>
26
+  </code_scheme>
27
+</component>

+ 5 - 0
.idea/codeStyles/codeStyleConfig.xml 查看文件

@@ -0,0 +1,5 @@
1
+<component name="ProjectCodeStyleConfiguration">
2
+  <state>
3
+    <option name="USE_PER_PROJECT_SETTINGS" value="true" />
4
+  </state>
5
+</component>

+ 4 - 0
.idea/encodings.xml 查看文件

@@ -0,0 +1,4 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="Encoding" addBOMForNewFiles="with NO BOM" />
4
+</project>

+ 6 - 0
.idea/misc.xml 查看文件

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="JavaScriptSettings">
4
+    <option name="languageLevel" value="ES6" />
5
+  </component>
6
+</project>

+ 8 - 0
.idea/modules.xml 查看文件

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/xt_vue.iml" filepath="$PROJECT_DIR$/.idea/xt_vue.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6 - 0
.idea/vcs.xml 查看文件

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+  </component>
6
+</project>

+ 8 - 0
.idea/xt_vue.iml 查看文件

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="WEB_MODULE" version="4">
3
+  <component name="NewModuleRootManager">
4
+    <content url="file://$MODULE_DIR$" />
5
+    <orderEntry type="inheritedJdk" />
6
+    <orderEntry type="sourceFolder" forTests="false" />
7
+  </component>
8
+</module>