]> git.ipfire.org Git - thirdparty/qemu.git/blame - .editorconfig
tests/test-char: Check websocket chardev functionality
[thirdparty/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