1
0

.editorconfig 360 B

1234567891011121314151617181920212223
  1. # To use this config with your editor, follow the instructions at:
  2. # http://editorconfig.org
  3. root = true
  4. [*]
  5. charset = utf-8
  6. insert_final_newline = true
  7. [*.{c,h}]
  8. indent_style = space
  9. indent_size = 4
  10. [{Makefile.*,*.mk}]
  11. indent_style = tab
  12. [*.m4]
  13. indent_style = space
  14. indent_size = 2
  15. [{meson.build,meson_options.txt}]
  16. indent_style = space
  17. indent_size = 2