Current section
Files
Jump to
Current section
Files
defconstant
.formatter.exs
.formatter.exs
# SPDX-FileCopyrightText: 2024 Łukasz Niemier <#@hauleth.dev>
#
# SPDX-License-Identifier: MIT
# Used by "mix format"
locals_without_parens = [
defconst: 2,
defonce: 2
]
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]