mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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:
committed by
Kumar Gala
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
|
||||
|
||||
Reference in New Issue
Block a user