editorconfig: Add linker script indentation style

This commit adds the indentation style for the linker script files.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-04-28 15:12:59 +09:00 committed by Anas Nashif
commit ef9c4f76cc

View file

@ -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