From 5e98b59793542df2731d5b3e5f13b23529208499 Mon Sep 17 00:00:00 2001 From: Brandon Maier Date: Fri, 4 Aug 2023 02:14:21 +0000 Subject: 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 Signed-off-by: David Gibson --- .editorconfig | 3 +++ libfdt/version.lds | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d7e68fb..4ba0212 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,3 +28,6 @@ indent_size = 4 [meson.build] indent_style = space indent_size = 2 + +[*.lds] +indent_style = tab diff --git a/libfdt/version.lds b/libfdt/version.lds index cbce5d4..558a608 100644 --- a/libfdt/version.lds +++ b/libfdt/version.lds @@ -20,7 +20,7 @@ LIBFDT_1.2 { fdt_get_alias_namelen; fdt_get_alias; fdt_get_path; - fdt_header_size; + fdt_header_size; fdt_supernode_atdepth_offset; fdt_node_depth; fdt_parent_offset; -- cgit v1.1