From 806ea4b16f697a9dd2613cd8a8b6256a079eb4a0 Mon Sep 17 00:00:00 2001 From: Victor Hugo Borja Date: Mon, 25 Nov 2019 12:08:31 -0600 Subject: [PATCH] Add .editorconfig file. --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..1923d410 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true