From 0d5e659d718dc4e85e06f0b9a62174a9dbba6eb6 Mon Sep 17 00:00:00 2001 From: ezolenko Date: Wed, 21 Jun 2017 22:33:55 -0600 Subject: [PATCH] - .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..d9b9da77 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +indent_style = tab +indent_size = 4