aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite installer logic in CJason A. Donenfeld2019-08-021-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add NDIS team's clang-format conventionsJason A. Donenfeld2019-07-031-1/+2
| | | | | | | | 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
* Switch from NMake to MSBuildSimon Rozman2019-04-191-1/+5
| | | | | | | | | | | 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>
* Reintroduce .editorconfig and suggest tab usageSimon Rozman2019-03-291-0/+2
| | | | | | | | | This time we don't impose 8-space tabulators, but merely suggest text editors to use tabulator indenting. Otherwise, Visual Studio IDE configured to use spaces instead of tabulators keeps corrupting indentation. Signed-off-by: Simon Rozman <simon@rozman.si>
* Use tabs for indentation and spaces for horizontal alignmentSimon Rozman2019-03-291-3/+0
| | | | | | | | | | Screen is a valuable real-estate on small displays or when working in less than maximized or full-screen Visual Studio IDE. This commit replaces tabulators used for horizontal alignment with spaces, and stops imposing 8-space tabulators on everyone. Signed-off-by: Simon Rozman <simon@rozman.si>
* Initial commitJason A. Donenfeld2019-03-221-0/+3
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Simon Rozman <simon@rozman.si>