From 5bbff1026fbec8ba138d7c6ab0626dfadcc6ce2f Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 26 Jun 2019 14:52:38 +0200 Subject: 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 Link: https://community.osr.com/discussion/291376/clang-format-and-driver-code --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 3ca70e6..6eee1a2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ [*.{c,h,inf,rc,wxs}] -indent_style = tab +indent_style = space +indent_style = 4 [*.{proj,props,vcxproj,wixproj}] indent_style = space -- cgit v1.2.3-59-g8ed1b