.editorconfig 373 B

12345678910111213141516171819202122
  1. root = true
  2. [*]
  3. indent_style = space
  4. indent_size = 4
  5. end_of_line = lf
  6. trim_trailing_whitespace = true
  7. [{Makefile,*.terminfo,*.go}]
  8. indent_style = tab
  9. # Autogenerated files with tabs below this line.
  10. [kitty/{unicode-data.c,emoji.h,wcwidth-std.h}]
  11. indent_style = tab
  12. [kittens/unicode_input/names.h]
  13. indent_style = tab
  14. [glfw/wayland-*-protocol.{c,h}]
  15. indent_style = tab