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:
Mikkel Jakobsen 2020-04-27 09:04:16 +02:00 committed by Kumar Gala
parent fd14c743c1
commit 85e49433df

View file

@ -60,3 +60,8 @@ indent_size = 2
# Makefile
[Makefile]
indent_style = tab
# Device tree
[*.{dts,dtsi,overlay}]
indent_style = tab
indent_size = 8