EditorConfig.File (EditorConfig v0.1.0)

Copy Markdown View Source

Parsed representation of one .editorconfig file.

Summary

Types

t()

@type t() :: %EditorConfig.File{
  preamble: %{required(String.t()) => String.t()},
  root?: boolean(),
  sections: [EditorConfig.File.Section.t()]
}