1
0
Fork 0

Add .editorconfig for space indentation

https://editorconfig.org/ assists configuring a text editor to have the
proper indentation.

Change-Id: Ieda9a81042ab96bbae94fe627dca466e5ae3d69a
This commit is contained in:
Antoine Musso 2021-10-26 11:01:38 +02:00
parent e9bff734e3
commit 0a40be5420

8
.editorconfig Normal file
View file

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