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:
parent
380bf3ad04
commit
ef9c4f76cc
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ indent_size = 8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
|
||||||
|
# Linker Script
|
||||||
|
[*.ld]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 8
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue