summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-12 00:06:45 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-12 00:06:45 -0700
commitb58beff96c919e943dd97cec1ad402fd6538d3bb (patch)
tree4a04853722e51f2668aa12c9efcc197183551fa6
parent4ded9d897531796479b8b6bdb4f1b10916b77488 (diff)
downloadisort-b58beff96c919e943dd97cec1ad402fd6538d3bb.tar.gz
Switch editor config to 100 character per line limit
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 094bc546..9fe12344 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,7 +1,7 @@
root = true
[*.py]
-max_line_length = 120
+max_line_length = 100
indent_style = space
indent_size = 4
known_first_party = isort