Packages

Set always_select? to true for all attributes.

Retired package: Deprecated - Deprecated: Built during early learning. Causes harmful implicit dependencies. Use native 'always_selected?' instead.

Current section

Files

Jump to
ash_always_select .formatter.exs
Raw

.formatter.exs

spark_locals_without_parens = [except: 1]
[
import_deps: [:spark, :reactor, :ash],
inputs: [
"{mix,.formatter}.exs",
"{config,lib,test}/**/*.{ex,exs}"
],
plugins: [Spark.Formatter],
locals_without_parens: spark_locals_without_parens,
export: [
locals_without_parens: spark_locals_without_parens
]
]