Update .editorconfig

master
Droog71 2020-07-18 15:09:19 -04:00 committed by GitHub
parent 1ba98e212f
commit 3ee6a031b7
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
[*.{js,jsx,html,sass}]
[*.{java,class,js,jsx,html,sass}]
charset = utf-8
indent_style = tab
indent_size = 4