Revision 2babfe0c9241c239272a03fec785165a50e8288c authored by Peter Maydell on 05 December 2017, 16:36:46 UTC, committed by Peter Maydell on 05 December 2017, 16:36:46 UTC
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent 2994cb2
Raw File
.editorconfig
# http://editorconfig.org
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[Makefile*]
indent_style = tab
indent_size = 8

[*.{c,h}]
indent_style = space
indent_size = 4
back to top