From 61563f3b7183d8e600a9f161e74af9252fb2fdbb Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Tue, 5 Mar 2019 23:43:29 -0800 Subject: Add missing file --- .editorconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..094bc546 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,20 @@ +root = true + +[*.py] +max_line_length = 120 +indent_style = space +indent_size = 4 +known_first_party = isort +known_third_party = kate +ignore_frosted_errors = E103 +skip = build,.tox,venv +balanced_wrapping = true +not_skip = __init__.py + +[*.{rst,ini}] +indent_style = space +indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2 -- cgit v1.2.1