From f83c637e3d1c8d3c86d3b3212dfc6fbab967f7d4 Mon Sep 17 00:00:00 2001 From: rasul Date: Fri, 3 Apr 2020 17:51:52 -0500 Subject: [PATCH] editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3721264 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +indent_style = tab +tab_width = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.sql] +indent_style = space