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:
parent
e9bff734e3
commit
0a40be5420
1 changed files with 8 additions and 0 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.yaml]
|
||||||
|
indent_size = 2
|
Loading…
Reference in a new issue