From 7b3943f7f895319f84b13bcd68bb5aff2a5dbfde Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 24 Jan 2020 10:03:52 -0300 Subject: [PATCH] Adding VSCODE editor config file. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1b83267 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true -- libgit2 0.21.2