mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 08:17:40 -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
|
||||||
|
|
|
@ -20,7 +20,7 @@ LIBFDT_1.2 {
|
||||||
fdt_get_alias_namelen;
|
fdt_get_alias_namelen;
|
||||||
fdt_get_alias;
|
fdt_get_alias;
|
||||||
fdt_get_path;
|
fdt_get_path;
|
||||||
fdt_header_size;
|
fdt_header_size;
|
||||||
fdt_supernode_atdepth_offset;
|
fdt_supernode_atdepth_offset;
|
||||||
fdt_node_depth;
|
fdt_node_depth;
|
||||||
fdt_parent_offset;
|
fdt_parent_offset;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue