Home | History | Annotate | Download | only in amdgpu
      1 # To use this config with your editor, follow the instructions at:
      2 # http://editorconfig.org
      3 
      4 [*]
      5 charset = utf-8
      6 indent_style = tab
      7 indent_size = 8
      8 tab_width = 8
      9 insert_final_newline = true
     10 
     11 [meson.build]
     12 indent_style = space
     13 indent_size = 2
     14