qemu/.editorconfig
<<
>>
Prefs
   1# http://editorconfig.org
   2root = true
   3
   4[*]
   5end_of_line = lf
   6insert_final_newline = true
   7charset = utf-8
   8
   9[Makefile*]
  10indent_style = tab
  11indent_size = 8
  12
  13[*.{c,h}]
  14indent_style = space
  15indent_size = 4
  16