1
0
Fork 0

Merge "Add .editorconfig for space indentation"

This commit is contained in:
jenkins-bot 2021-12-13 16:16:38 +00:00 committed by Gerrit Code Review
commit a751e4e24a

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 4
[*.yaml]
indent_size = 2