]> git.proxmox.com Git - mirror_qemu.git/blame - .editorconfig
qemu-img: Use only string options in img_open_opts
[mirror_qemu.git] / .editorconfig
CommitLineData
a62e20f6
GH
1# http://editorconfig.org
2root = true
3
4[*]
5end_of_line = lf
6insert_final_newline = true
7charset = utf-8
8
9[Makefile*]
10indent_style = tab
11indent_size = 8
12
13[*.{c,h}]
14indent_style = space
15indent_size = 4