mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
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>
This commit is contained in:
parent
d030a893be
commit
5e98b59793
2 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue