Add .editorconfig (#1976)

EditorConfig is a configuration file to standardize file format settings
across editors.

See https://editorconfig.org/ for more information.
This commit is contained in:
SeerLite 2021-10-10 12:09:32 -03:00 committed by GitHub
parent 69bae070eb
commit 23a9915495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.editorconfig Normal file
View file

@ -0,0 +1,5 @@
root = true
[*.{html,js,css,scss,json,yml,yaml}]
indent_size = 2
indent_style = space