diff options
| author | kseleznyov <[email protected]> | 2026-07-08 19:05:45 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-08 19:05:45 +0300 |
| commit | 6563f841039d57e8a09fdfbfb1b2d841320cedfe (patch) | |
| tree | 178dfcbdaeb7607df1534fab31b71e98e3767ad5 | |
| parent | 6190dbcd17a63056a8c9649de3dee3c360fb10f1 (diff) | |
Columnshard clang style doesn't touch YDB_LOG context macro usages (#45944)
| -rw-r--r-- | ydb/core/tx/columnshard/.clang-format | 4 |
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 |
