✅ editorconfig with visual studio

Iironmetalhead2/9/2023
Is there a way to setup rules for the comments in editorconfig file. For example that the comments should start with a space (// comment). And will start a new line after 100 characters
EEro2/9/2023
The second one isn't a thing. You can't even enable rulers in VS on Windows (but you can on Mac?????)
EEro2/9/2023
The first probably isn't a thing, but i could only Google as well
PPobiega2/9/2023
StyleCop has an analyzer for the comments whitespace thing, but afaik there isnt an editorconfig for it
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md
Iironmetalhead2/9/2023
My boss doesn’t want plug ins 😂 he wants it from the vanilla visual studio community to control the comments format
PPobiega2/9/2023
boss
VS Community
Iironmetalhead2/9/2023
Yes I googled a lot , I didn’t find anything
PPobiega2/9/2023
Sir, I think your company is comitting license fraud?
Iironmetalhead2/9/2023
How so ?
PPobiega2/9/2023
Companies are not allowed to use VS Community
PPobiega2/9/2023
they must use a paid license
Iironmetalhead2/9/2023
Oh ok, but there is paid license on my account so probably fine
PPobiega2/9/2023
Then you are likely not actually using VS Community, but VS Pro?
PPobiega2/9/2023
But yeah, if no plugins/analyzers etc are allowed then I dunno if that is possible.
PPobiega2/9/2023
You could write your own dotnet tooling, but thats the same as using a plugin I guess
Iironmetalhead2/9/2023
Yeah exactly, thank u anyway, I will keep googling then 🙃🙃