From 8591333cf7191898515a53541e00c2f1e9b8e8e4 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 19 Mar 2021 14:23:02 +0100 Subject: conf: add editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3e8ccbf --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{js,vue,sass}] +charset = utf-8 +indent_style = space +indent_size = 2 -- cgit v1.2.3-18-g5258