Packages

Opinionated library for caching Sanity CMS content in an ETS table for submillisecond response times.

Retired package: Deprecated - deprecated

Current section

Files

Jump to
sanity_cache .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [defq: 2],
export: [
locals_without_parens: [defq: 2]
]
]