xv6-65oo2/.editorconfig

20 lines
224 B
INI
Raw Normal View History

2019-10-01 00:38:17 +00:00
; https://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{c,h}]
indent_size = 2
[*.S]
indent_size = 8
[Makefile]
indent_style = tab
indent_size = 8