zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

.formatter.exs (250B)


      1 # Used by "mix format"
      2 [
      3   inputs: ["mix.exs", "{lib,test}/**/*.{ex,exs}"],
      4   import_deps: [:stream_data],
      5   locals_without_parens: [
      6     assert_round_trip: 1,
      7     assert_recv_frames: 1,
      8     assert_http2_error: 2,
      9     assert_transport_error: 2
     10   ]
     11 ]