Adding single quotes type to editorconfig (#670)

This commit is contained in:
Marcio Flavio 2022-01-27 16:46:06 -03:00 committed by GitHub
parent 9083fe12f6
commit b816825232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,3 +8,4 @@ charset = utf-8
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
trim_trailing_whitespace = true trim_trailing_whitespace = true
quote_type = single