summaryrefslogtreecommitdiff
path: root/.idea/codeStyles/Project.xml
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 /.idea/codeStyles/Project.xml
parent315495ffe14986cfce90e92203cc317eef5ba5cf (diff)
Enforce PEP 8 length limit
Diffstat (limited to '.idea/codeStyles/Project.xml')
-rw-r--r--.idea/codeStyles/Project.xml6
1 files changed, 6 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