-
-
Notifications
You must be signed in to change notification settings - Fork 407
Open
@fendor
Description
The .editorconfig
specifies indent_size = 4
.
To be honest, I prefer 2
:)
The plugins generally do not have a unified indentation style or code style, some use 2
and some use 4
.
Should we change the .editorconfig
to suggest indent_size = 2
?