Skip to content

Commit 522c48e

Browse files
committed
[ADD] editorconfig
This has been forgotten during the extraction from the `upgrade` repository. closes #6 Signed-off-by: Christophe Simonis (chs) <[email protected]>
1 parent f1f3ca2 commit 522c48e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# install the editorconfig plugin for your editor: http://editorconfig.org/#download
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
indent_style = space
10+
indent_size = 4
11+
trim_trailing_whitespace = true
12+
13+
[*.py]
14+
# 120 + 10%
15+
# See error B950 https://github.com/PyCQA/flake8-bugbear#opinionated-warnings
16+
max_line_length = 132
17+
18+
[*.xml]
19+
indent_size = 2
20+
21+
[*.md]
22+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)