diff options
author | alevitskii <alevitskii@yandex-team.com> | 2024-11-20 09:22:19 +0300 |
---|---|---|
committer | alevitskii <alevitskii@yandex-team.com> | 2024-11-20 09:33:33 +0300 |
commit | 2d3e35f925595c445a0ff7405eda6c5ed162ab98 (patch) | |
tree | ba0e3192f22e2633345b2a3df4105282215ef435 /build/platform/clang/clang-format/ya.make | |
parent | 1f50694cfb5c440be984de5cae781b8d5948fea6 (diff) | |
download | ydb-2d3e35f925595c445a0ff7405eda6c5ed162ab98.tar.gz |
Use clang-format resource in style cpp linter
Use clang-format resouce in style cpp linter
commit_hash:440dce939163f75f5652a9d119a2d5f064e47e6e
Diffstat (limited to 'build/platform/clang/clang-format/ya.make')
-rw-r--r-- | build/platform/clang/clang-format/ya.make | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/platform/clang/clang-format/ya.make b/build/platform/clang/clang-format/ya.make new file mode 100644 index 0000000000..22a8e6e5c3 --- /dev/null +++ b/build/platform/clang/clang-format/ya.make @@ -0,0 +1,7 @@ +RESOURCES_LIBRARY() + +# Note: the json below is also referred from build/ya.conf.json, +# please change these references consistently +DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG_FORMAT clang-format16.json) + +END() |