From 33b7c00410e77bddfd0059454249136560ca7da7 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Mon, 3 May 2021 15:05:10 +0500 Subject: Add vim editorconfig. --- files/.editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 files/.editorconfig (limited to 'files/.editorconfig') 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 -- cgit v1.2.3