From fff4d0666f44781a7998174dbc700322f496676d Mon Sep 17 00:00:00 2001 From: Jannis R Date: Fri, 1 May 2020 23:21:22 +0200 Subject: init --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d9e8230 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# editorconfig.org +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[**.{js, json}] +indent_style = tab +indent_size = 4 + +[**.{yml,yaml}] +indent_style = spaces +indent_size = 2 -- cgit v1.3