aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-07-03 12:50:01 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-07-04 14:34:56 +0200
commit6e947a3813cae970eb6e1d284116eb45b6cbed04 (patch)
tree2537ec0f7eacda23229bd71043cacdbeca537357 /.clang-format
parentDeclare TUN_MEMORY_TAG in network-byte order (diff)
downloadwintun-6e947a3813cae970eb6e1d284116eb45b6cbed04.tar.xz
wintun-6e947a3813cae970eb6e1d284116eb45b6cbed04.zip
Add _IRQL_requires_same_ support to clang formatting
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 5721c91..9bbe60a 100644
--- a/.clang-format
+++ b/.clang-format
@@ -78,6 +78,7 @@ StatementMacros: [
'_IRQL_requires_',
'_IRQL_requires_max_',
'_IRQL_requires_min_',
+ '_IRQL_requires_same_',
'_IRQL_saves_',
'_IRQL_restores_',
'_IRQL_saves_global_',