Ver Fonte

PY-2021.3.3 <Faith@DESKTOP-FQ04LTL Create find.xml, Default.xml, databaseDrivers.xml, editor.xml

艽十艽 há 3 anos atrás
pai
commit
a2fc91710c
4 ficheiros alterados com 29 adições e 0 exclusões
  1. 3 0
      databaseDrivers.xml
  2. 14 0
      editor.xml
  3. 9 0
      find.xml
  4. 3 0
      inspection/Default.xml

+ 3 - 0
databaseDrivers.xml

@@ -0,0 +1,3 @@
+<application>
+  <component name="LocalDatabaseDriverManager" version="201" />
+</application>

+ 14 - 0
editor.xml

@@ -0,0 +1,14 @@
+<application>
+  <component name="CodeInsightSettings">
+    <option name="REFORMAT_ON_PASTE" value="1" />
+    <option name="INDENT_TO_CARET_ON_PASTE" value="true" />
+  </component>
+  <component name="EditorSettings">
+    <option name="STRIP_TRAILING_SPACES" value="Whole" />
+    <option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
+  </component>
+  <component name="TodoConfiguration">
+    <pattern pattern="\btodo\b.*" />
+    <pattern pattern="\bfixme\b.*" />
+  </component>
+</application>

+ 9 - 0
find.xml

@@ -0,0 +1,9 @@
+<application>
+  <component name="FindSettings">
+    <mask>*.css</mask>
+    <mask>*.html</mask>
+    <mask>*.xml</mask>
+    <mask>*.pyw</mask>
+    <mask>*.py</mask>
+  </component>
+</application>

+ 3 - 0
inspection/Default.xml

@@ -0,0 +1,3 @@
+<profile version="1.0">
+  <option name="myName" value="Default" />
+</profile>