Y
Hacker News
new
|
ask
|
show
|
jobs
by
ywain
1211 days ago
You'd need something that can actually parse the language to apply rules on language constructs like identifiers. I don't think EditorConfig supports this, but a linting tool would be able to.
1 comments
gwbas1c
1211 days ago
The dotnet ecosystem's formatting rules are all specified in .editorconfig.
link