m1n1/dts/.editorconfig
Hector Martin 7419295d62 dts/apple-j274: add WIP Mac Mini devicetree
Also fix some Makefile brokenness

Signed-off-by: Hector Martin <marcan@marcan.st>
2021-01-25 17:24:29 +09:00

16 lines
237 B
INI

root = true
# Defaults
[*]
indent_style = tab
indent_size = 8
tab_width = 8
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100
[Makefile*]
indent_style = tab
tab_width = 8
indent_size = 8