diff --git a/.editorconfig b/.editorconfig index f5c89b5..63cf526 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,3 +31,15 @@ indent_size = 2 [{package.json,.travis.yml}] indent_style = space indent_size = 2 + +# Bash scripts +[*.sh] +charset = utf-8 +indent_style = space +indent_size = 2 + +# JSON files +[*.json] +charset = utf-8 +indent_style = space +indent_size = 2 \ No newline at end of file