From ef9c4f76cca6a18a08e84765a2e6dfbed3c83bb2 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Thu, 28 Apr 2022 15:12:59 +0900 Subject: [PATCH] editorconfig: Add linker script indentation style This commit adds the indentation style for the linker script files. Signed-off-by: Stephanos Ioannidis --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index d957efd5e87..aba3f42cf39 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,6 +21,11 @@ indent_size = 8 indent_style = tab indent_size = 8 +# Linker Script +[*.ld] +indent_style = tab +indent_size = 8 + # Python [*.py] indent_style = space