Added .editorconfig following CONTRIBUTING.md guidelines (#1663)

[EditorConfig](https://editorconfig.org/) helps maintain consistent coding styles
This commit is contained in:
Boian Berberov 2023-10-06 17:00:36 +00:00 committed by GitHub
parent 005efbe205
commit cade4a0cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
insert_final_newline = true
[*.{yaml,yml}]
indent_style = space
indent_size = 2