Packages

System-versioned temporal tables for Ecto and PostgreSQL

Current section

Files

Jump to
sys_time .formatter.exs
Raw

.formatter.exs

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