One section from an .editorconfig file.
Summary
Types
@type t() :: %EditorConfig.File.Section{ line: pos_integer(), name: String.t(), properties: %{required(String.t()) => String.t()} }
One section from an .editorconfig file.
@type t() :: %EditorConfig.File.Section{ line: pos_integer(), name: String.t(), properties: %{required(String.t()) => String.t()} }