wintun/.editorconfig
Simon Rozman 9f31f27840 Switch from NMake to MSBuild
This allows common version and other configuration in wintun.props.

- MSM packaging migrated to WiX MSBuild project and extended to support
  digital signing
- Building supports single Platform|Configuration per run - again :(
- wintun.vcxproj cleanup

Signed-off-by: Simon Rozman <simon@rozman.si>
2019-04-19 15:25:44 +02:00

7 lines
111 B
INI

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