.editorconfig 272 B

123456789101112131415
  1. [*]
  2. charset = utf-8
  3. end_of_line = lf
  4. insert_final_newline = true
  5. trim_trailing_whitespace = true
  6. [*.{c,h}]
  7. indent_style = tab
  8. [{GNUmakefile.in,configure.ac}]
  9. indent_style = tab
  10. [ed25519/{ref10,amd64-51-30k,amd64-64-24k}/*.{c,h,py}]
  11. indent_style = space
  12. indent_size = 2