summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkseleznyov <[email protected]>2026-07-08 19:05:45 +0300
committerGitHub <[email protected]>2026-07-08 19:05:45 +0300
commit6563f841039d57e8a09fdfbfb1b2d841320cedfe (patch)
tree178dfcbdaeb7607df1534fab31b71e98e3767ad5
parent6190dbcd17a63056a8c9649de3dee3c360fb10f1 (diff)
Columnshard clang style doesn't touch YDB_LOG context macro usages (#45944)
-rw-r--r--ydb/core/tx/columnshard/.clang-format4
1 files changed, 4 insertions, 0 deletions
diff --git a/ydb/core/tx/columnshard/.clang-format b/ydb/core/tx/columnshard/.clang-format
index 0b85c213406..66fa3f2aa9e 100644
--- a/ydb/core/tx/columnshard/.clang-format
+++ b/ydb/core/tx/columnshard/.clang-format
@@ -87,6 +87,10 @@ WhitespaceSensitiveMacros:
- YDB_LOG_DEBUG
- YDB_LOG_DEBUG_FAIL
- YDB_LOG_TRACE
+ - YDB_LOG_CREATE_CONTEXT
+ - YDB_LOG_CREATE_CONTEXT_COMP
+ - YDB_LOG_UPDATE_CONTEXT
+ - YDB_LOG_REMOVE_CONTEXT
IncludeCategories:
- Regex: '^"[0-9,a-z,A-Z,_]*\.h"'
Priority: 0