瀏覽代碼

WS-2018.2 <John@DESKTOP-VEL9J53 Create find.xml, ide.general.xml, project.default.xml, laf.xml, other.xml, Default.xml, debugger.xml

John 5 年之前
當前提交
d161f83204
共有 7 個文件被更改,包括 66 次插入0 次删除
  1. 5 0
      _windows/laf.xml
  2. 12 0
      codestyles/Default.xml
  3. 13 0
      debugger.xml
  4. 7 0
      find.xml
  5. 8 0
      ide.general.xml
  6. 7 0
      other.xml
  7. 14 0
      project.default.xml

+ 5 - 0
_windows/laf.xml

@@ -0,0 +1,5 @@
+<application>
+  <component name="LafManager">
+    <laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" />
+  </component>
+</application>

+ 12 - 0
codestyles/Default.xml

@@ -0,0 +1,12 @@
+<code_scheme name="Default" version="173">
+  <JSCodeStyleSettings>
+    <option name="FUNCTION_EXPRESSION_BRACE_STYLE" value="2" />
+  </JSCodeStyleSettings>
+  <codeStyleSettings language="JavaScript">
+    <option name="BRACE_STYLE" value="2" />
+    <option name="CLASS_BRACE_STYLE" value="2" />
+    <option name="METHOD_BRACE_STYLE" value="2" />
+    <option name="ELSE_ON_NEW_LINE" value="true" />
+    <option name="IF_BRACE_FORCE" value="1" />
+  </codeStyleSettings>
+</code_scheme>

+ 13 - 0
debugger.xml

@@ -0,0 +1,13 @@
+<application>
+  <component name="XDebuggerSettings">
+    <data-views />
+    <general />
+    <debuggers>
+      <debugger id="javascript">
+        <configuration>
+          <custom-object-presentation />
+        </configuration>
+      </debugger>
+    </debuggers>
+  </component>
+</application>

+ 7 - 0
find.xml

@@ -0,0 +1,7 @@
+<application>
+  <component name="FindSettings">
+    <option name="customScope" value="All Places" />
+    <option name="defaultScopeName" value="All Places" />
+    <option name="SEARCH_SCOPE" value="All Places" />
+  </component>
+</application>

+ 8 - 0
ide.general.xml

@@ -0,0 +1,8 @@
+<application>
+  <component name="GeneralSettings">
+    <option name="showTipsOnStartup" value="false" />
+  </component>
+  <component name="Registry">
+    <entry key="ide.tooltip.show.with.actions" value="true" />
+  </component>
+</application>

+ 7 - 0
other.xml

@@ -0,0 +1,7 @@
+<application>
+  <component name="NodeJsLocalInterpreters">
+    <local-interpreter path="C:/Program Files/nodejs/node.exe">
+      <version-cache version="10.7.0" last-modified="1531889472000" />
+    </local-interpreter>
+  </component>
+</application>

+ 14 - 0
project.default.xml

@@ -0,0 +1,14 @@
+<application>
+  <component name="ProjectManager">
+    <defaultProject>
+      <component name="InspectionProjectProfileManager">
+        <option name="PROJECT_PROFILE" />
+        <version value="1.0" />
+      </component>
+      <component name="PropertiesComponent">
+        <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
+        <property name="nodejs_npm_path_reset_for_default_project" value="true" />
+      </component>
+    </defaultProject>
+  </component>
+</application>