From ad6f475a7b28ce2d4a5ec459246e093fdeaac688 Mon Sep 17 00:00:00 2001 From: Juuxel Date: Tue, 27 Aug 2019 19:15:29 +0300 Subject: Add .editorconfig file --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c0fbc46 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab -- cgit