Table of Contents

Namespace SunamoEditorConfig

Classes

Definition

Represents a single key-value definition in an EditorConfig file (e.g., "indent_style = space")

EditorConfigContent

Represents the complete content of an EditorConfig file, including the root block and all MASC blocks

EditorConfigHelper

Provides helper methods for serializing and deserializing EditorConfig files

ListHelper

Provides helper methods for list operations

MascBlock

Represents a MASC (Match And Settings Configuration) block in an EditorConfig file A MASC block starts with a pattern like [*.cs] and contains settings for matching files

RootBlock

Represents the root configuration block in an EditorConfig file containing global settings

StringHelper

Provides string manipulation helper methods for EditorConfig parsing