Parsed representation of one .editorconfig file.
Summary
Types
@type t() :: %EditorConfig.File{ preamble: %{required(String.t()) => String.t()}, root?: boolean(), sections: [EditorConfig.File.Section.t()] }
Parsed representation of one .editorconfig file.
@type t() :: %EditorConfig.File{ preamble: %{required(String.t()) => String.t()}, root?: boolean(), sections: [EditorConfig.File.Section.t()] }