From 080e60786b73e7412acd73be554808ed32856719 Mon Sep 17 00:00:00 2001 From: "David M. Marques" Date: Mon, 7 Oct 2019 14:24:59 -0300 Subject: [PATCH] create .editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f5c2433 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[Makefile] +indent_style = tab +indent_size = 4 \ No newline at end of file