From 144ee75f0a37b0acaf5440309991c95953fb0ee5 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sat, 2 Mar 2019 01:05:57 -0800 Subject: Adding missing editor config file back --- .editorconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .editorconfig (limited to '.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