From 053f1046c208baf2dd7eafffdceba89bcfbbee4a Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 22 Apr 2018 18:25:09 +0200 Subject: Initial commit --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..fb03882 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = false +charset = utf-8 +indent_style = space +indent_size = 4 +tab_width = 4 + +[{*.yml,*.yaml,*.json,*.sql}] +indent_style=space +indent_size=2 \ No newline at end of file -- cgit v1.2.3-70-g09d2