Home | History | Annotate | Line # | Download | only in dist
      1 # To use this config on you editor, follow the instructions at:
      2 # http://editorconfig.org
      3 
      4 root = true
      5 
      6 [*]
      7 tab_width = 8
      8 
      9 [meson.build,meson.options]
     10 indent_style = space
     11 indent_size = 2
     12