aboutsummaryrefslogtreecommitdiff
path: root/files/.editorconfig
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2021-05-03 15:05:10 +0500
committerAnton Bobov <abobov@gmail.com>2021-05-03 15:05:22 +0500
commit33b7c00410e77bddfd0059454249136560ca7da7 (patch)
treefa06e071683e0f27024f3cfe923f2ae8fb850d0a /files/.editorconfig
parentc9ae00f9343b2f228d9c0763a219c70e40f165b6 (diff)
Add vim editorconfig.
Diffstat (limited to 'files/.editorconfig')
-rw-r--r--files/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/files/.editorconfig b/files/.editorconfig
new file mode 100644
index 0000000..8fe9e81
--- /dev/null
+++ b/files/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+charset = utf-8
+indent_size = 2
+indent_style = space
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.py]
+indent_size = 4