summaryrefslogtreecommitdiff
path: root/.formatter.exs
blob: f9bb2b1f0f2cef490536948a9c0be625ba60a2b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
  inputs: [
    "lib/*/{lib,scripts,unicode,test}/**/*.{ex,exs}",
    "lib/*/*.exs",
    "lib/ex_unit/examples/*.exs",
    ".formatter.exs"
  ],
  locals_without_parens: [
    # Formatter tests
    assert_format: 2,
    assert_format: 3,
    assert_same: 1,
    assert_same: 2,

    # Errors tests
    assert_eval_raise: 3
  ],
  normalize_bitstring_modifiers: false
]