Update .editorconfig

master
Droog71 2020-08-24 02:23:18 -05:00 committed by GitHub
parent b01704017e
commit 6c83622869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{java,class}]
[*.{java,class,js,jsx,html,sass}]
charset = utf-8
indent_style = tab
indent_size = 4