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