diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-11-20 11:14:58 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-11-20 11:14:58 +0000 |
commit | 31773f157bf8164364649b5f470f52dece0a4317 (patch) | |
tree | 33d0f7eef45303ab68cf08ab381ce5e5e36c5240 /build/platform/clang/clang-format/ya.make | |
parent | 2c7938962d8689e175574fc1e817c05049f27905 (diff) | |
parent | eff600952d5dfe17942f38f510a8ac2b203bb3a5 (diff) | |
download | ydb-31773f157bf8164364649b5f470f52dece0a4317.tar.gz |
Merge branch 'rightlib' into mergelibs-241120-1113
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() |