Skip to content

Commit

Permalink
editorconfig: add rules for device tree files
Browse files Browse the repository at this point in the history
Rules follow linux coding standard, i.e using tab and tab size 8

Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@prevas.dk>
  • Loading branch information
Mikkel Jakobsen authored and galak committed Apr 27, 2020
1 parent fd14c74 commit 85e4943
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ indent_size = 2
# Makefile
[Makefile]
indent_style = tab

# Device tree
[*.{dts,dtsi,overlay}]
indent_style = tab
indent_size = 8

0 comments on commit 85e4943

Please sign in to comment.