Home | History | Annotate | Download | only in flatbuffers
      1 root = true
      2 [*.{cpp,cc,h,sh}]
      3 end_of_line = LF
      4 indent_style = space
      5 indent_size = 2
      6 insert_final_newline = true
      7 
      8