diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-19 14:23:02 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-19 14:23:02 +0100 |
commit | 8591333cf7191898515a53541e00c2f1e9b8e8e4 (patch) | |
tree | a89ac4a99c592f0c34f9dadcfa4f25405b783c0c /.editorconfig |
conf: add editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
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 |