diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-16 10:52:49 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-16 10:52:49 +0100 |
commit | 72dc96845dab5a0a3b4eb4b45e762b9b2db57f22 (patch) | |
tree | a3ce3eec1179c87020dcbdfdf22d8550c9cc8fba | |
parent | f247b8a6fac185e47839074702f87685544c8d90 (diff) | |
download | rules-cc-72dc96845dab5a0a3b4eb4b45e762b9b2db57f22.tar.gz |
Format: Apply compact JSON formatting
-rw-r--r-- | CC/RULES | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -167,7 +167,13 @@ { "doc": ["A C++ libaray"] , "target_fields": ["srcs", "hdrs", "private-hdrs", "deps", "proto"] , "string_fields": - ["name", "stage", "pure C", "local defines", "local cflags", "link external"] + [ "name" + , "stage" + , "pure C" + , "local defines" + , "local cflags" + , "link external" + ] , "config_vars": ["CXX", "CC", "CXXFLAGS", "CFLAGS", "ENV", "AR"] , "implicit": {"defaults": ["defaults"]} , "field_doc": |