EditorConfig.Resolver (EditorConfig v0.1.0)

Copy Markdown View Source

Resolves EditorConfig properties for a file path.

Summary

Functions

properties(path, opts \\ [])

@spec properties(
  Path.t(),
  keyword()
) :: {:ok, map()} | {:error, term()}

properties_with_sources(path, opts \\ [])

@spec properties_with_sources(
  Path.t(),
  keyword()
) :: {:ok, map(), list()} | {:error, term()}