.editorconfig 243 B

12345678910111213
  1. # To use this config with your editor, follow the instructions at:
  2. # http://editorconfig.org
  3. [*]
  4. charset = utf-8
  5. indent_style = tab
  6. indent_size = 8
  7. tab_width = 8
  8. insert_final_newline = true
  9. [meson.build]
  10. indent_style = space
  11. indent_size = 2