qemu-vm/.editorconfig
2021-10-12 11:38:05 +02:00

26 lines
414 B
INI

root = true
[**]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 72
[{**.c}]
indent_size = 8
[{Makefile,makefile,**.mk,makefile**,Makefile**}]
indent_style = tab
indent_size = 2
[{**.py,**.rb,**.bash,**.sh,**.ksh}]
indent_size = 4
[{**.css}]
indent_size = 2
[{**.json,**.yaml,**.Dockerfile}]
indent_size = 2