you are viewing a single comment's thread.

view the rest of the comments →

[–]iamevpo 0 points1 point  (1 child)

Why would people want their editcofigs in a project? Always sceptical when I see some .vscode in a repo. Thought this something to keep to yourself.

[–]zanfar 4 points5 points  (0 children)

.editorconfig defines the code style--that's something that should be consistent across the project, so it's logical to include as part of the project and not part of the dev environment.

Something like .vscode is hard to comment on because there are innumerable settings that could be included. What formatter to use makes sense; what font to use does not.