diff --git a/src/schemas/json/clang-tidy.json b/src/schemas/json/clang-tidy.json index 8e6cf003123..45d4bd576c7 100644 --- a/src/schemas/json/clang-tidy.json +++ b/src/schemas/json/clang-tidy.json @@ -90,7 +90,17 @@ "description": "Style for formatting code around applied fixes.", "oneOf": [ { - "enum": ["none", "file", "llvm", "google", "webkit", "mozilla"], + "enum": [ + "none", + "file", + "llvm", + "google", + "webkit", + "mozilla", + "chromium", + "microsoft", + "gnu" + ], "type": "string" }, {