zf

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

.formatter.exs (466B)


      1 locals_without_parens = [
      2   # Query
      3   from: 2,
      4 
      5   # Schema
      6   field: 1,
      7   field: 2,
      8   field: 3,
      9   timestamps: 1,
     10   belongs_to: 2,
     11   belongs_to: 3,
     12   has_one: 2,
     13   has_one: 3,
     14   has_many: 2,
     15   has_many: 3,
     16   many_to_many: 2,
     17   many_to_many: 3,
     18   embeds_one: 2,
     19   embeds_one: 3,
     20   embeds_one: 4,
     21   embeds_many: 2,
     22   embeds_many: 3,
     23   embeds_many: 4
     24 ]
     25 
     26 [
     27   locals_without_parens: locals_without_parens,
     28   export: [
     29     locals_without_parens: locals_without_parens
     30   ]
     31 ]