A set of utilities for working with the AT Protocol in Elixir.
at main 371 B view raw
1# Used by "mix format" 2[ 3 inputs: 4 Enum.flat_map( 5 ["{mix,.formatter,.credo}.exs", "{config,examples,lib,test}/**/*.{ex,exs}"], 6 &Path.wildcard(&1, match_dot: true) 7 ) -- Path.wildcard("lib/atproto/**/*.ex"), 8 import_deps: [:typedstruct, :peri, :plug], 9 # excludes: ["lib/atproto/**/*.ex"], 10 export: [ 11 locals_without_parens: [deflexicon: 1] 12 ] 13]