Current section
Files
Jump to
Current section
Files
ash_feistel_cipher
.formatter.exs
.formatter.exs
spark_locals_without_parens = [
bits: 1,
bits_confirm: 1,
encrypt: 0,
encrypt: 1,
source: 1,
target: 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
]
]