Clone of mesa.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435
  1. # To use this config on you editor, follow the instructions at:
  2. # http://editorconfig.org
  3. root = true
  4. [*]
  5. charset = utf-8
  6. insert_final_newline = true
  7. tab_width = 8
  8. [*.{c,h,cpp,hpp,cc,hh}]
  9. indent_style = space
  10. indent_size = 3
  11. [{Makefile*,*.mk}]
  12. indent_style = tab
  13. [{*.py,SCons*}]
  14. indent_style = space
  15. indent_size = 4
  16. [*.pl]
  17. indent_style = space
  18. indent_size = 4
  19. [*.m4]
  20. indent_style = space
  21. indent_size = 2
  22. [*.yml]
  23. indent_style = space
  24. indent_size = 2
  25. [*.patch]
  26. trim_trailing_whitespace = false