summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-12-22 15:46:18 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-12-22 15:46:18 +0800
commit5685ab1a29a43ac97f840a550d8b738131d70a1f (patch)
treead4bef6bb02d2e3a1655205537395bef2a4b10f3
parent315495ffe14986cfce90e92203cc317eef5ba5cf (diff)
Enforce PEP 8 length limit
-rw-r--r--.idea/codeStyles/Project.xml6
-rw-r--r--.idea/codeStyles/codeStyleConfig.xml5
2 files changed, 11 insertions, 0 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..07d05a1
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,6 @@
+<component name="ProjectCodeStyleConfiguration">
+ <code_scheme name="Project" version="173">
+ <option name="RIGHT_MARGIN" value="80" />
+ <option name="SOFT_MARGINS" value="72" />
+ </code_scheme>
+</component> \ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 0000000..79ee123
--- /dev/null
+++ b/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,5 @@
+<component name="ProjectCodeStyleConfiguration">
+ <state>
+ <option name="USE_PER_PROJECT_SETTINGS" value="true" />
+ </state>
+</component> \ No newline at end of file