Fix .editorconfig: use tabs for Meson files

dev
emersion 6 years ago
parent ee1d968e64
commit 438de4f559
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
  1. 2
      .editorconfig

@ -9,7 +9,7 @@ indent_style = tab
indent_size = 8
max_line_length = 80
[*.xml,meson.build,meson_options.txt]
[*.xml]
indent_style = space
indent_size = 2
tab_width = 8

Loading…
Cancel
Save