Then put your .editorconfig file in the same directory as the .sln file, and it should work. Editorconfig just searches upwards until it finds a config file, so the best place to put the file is in the top-level directory that contains everything.
On Tue, Apr 24, 2018 at 4:09 AM, <[email protected]> wrote: > Is it possible to have one .editorConfig file style check all files in an > entire solution? One solution may be to move all source code into the same > directory /src/. I can't use that solution. I have to keep the structure as > it is. I may only add a folder or add a file. All our projects are in the > directory where the .sln-file is located. > > -- > You received this message because you are subscribed to the Google Groups > "EditorConfig" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/editorconfig. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "EditorConfig" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/editorconfig. For more options, visit https://groups.google.com/d/optout.
