Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
[qemu.git] / .editorconfig
0 / 15 (  0%)
CommitLineData
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
This page took 0.021589 seconds and 4 git commands to generate.