1
0
Fork 0
gitlab-wmf-ircservserv-config/.editorconfig
Antoine Musso 0a40be5420 Add .editorconfig for space indentation
https://editorconfig.org/ assists configuring a text editor to have the
proper indentation.

Change-Id: Ieda9a81042ab96bbae94fe627dca466e5ae3d69a
2021-10-26 11:01:38 +02:00

8 lines
80 B
INI

root = true
[*]
indent_style = space
indent_size = 4
[*.yaml]
indent_size = 2