Browse Source

editorconfig: use tab indentation for version.lds

This file is indented with tabs, but editorconfig defaults all files to
spaces.

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
Brandon Maier 1 year ago committed by David Gibson
parent
commit
5e98b59793
  1. 3
      .editorconfig

3
.editorconfig

@ -28,3 +28,6 @@ indent_size = 4
[meson.build] [meson.build]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2

[*.lds]
indent_style = tab

Loading…
Cancel
Save