Search notes:

Microsoft.CodeAnalysis.AnalyzerConfig (class)

An instance of the Microsoft.CodeAnalysis.AnalyzerConfig class represents an EditorConfig file.
An EditorConfig file makes it possible for a developert to define the preferred coding style such as the indentation width etc.

TODO

Is there a relationship between this class and the -analyzerconfig option of the C# compiler csc.exe?

Links

The format of the EditorConfig file is described at editorconfig.org.

Index