.editorconfig 271 B

1234567891011121314151617181920
  1. root = true
  2. [*]
  3. end_of_line = lf
  4. insert_final_newline = true
  5. charset = utf-8
  6. [*.{cpp,h,c,py,sh}]
  7. indent_style = space
  8. indent_size = 4
  9. [*.json]
  10. indent_style = space
  11. indent_size = 2
  12. [{Makefile,*.mk}]
  13. indent_size = tab
  14. [totp/assets/cli/cli_help.txt]
  15. end_of_line = crlf