editorconfig: add rules for device tree files
Rules follow linux coding standard, i.e using tab and tab size 8 Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@prevas.dk>
This commit is contained in:
parent
fd14c743c1
commit
85e49433df
|
@ -60,3 +60,8 @@ indent_size = 2
|
|||
# Makefile
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
||||
# Device tree
|
||||
[*.{dts,dtsi,overlay}]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
|
|
Loading…
Reference in a new issue