From 7253c53d67c3de5910413abf8bf126bb18f05e76 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Sun, 25 Aug 2019 22:25:13 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..430f905 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab +insert_final_newline = true + +[*.rst] +indent_style = space +indent_size = 4