wintun/.editorconfig
Jason A. Donenfeld 5bbff1026f Add NDIS team's clang-format conventions
This needs clang-format 9. This reveals a lot of other things we should
clean up.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Link: https://community.osr.com/discussion/291376/clang-format-and-driver-code
2019-07-03 08:50:30 +00:00

8 lines
130 B
INI

[*.{c,h,inf,rc,wxs}]
indent_style = space
indent_style = 4
[*.{proj,props,vcxproj,wixproj}]
indent_style = space
indent_size = 2