From 2ac7568e03ec19c03ac1d7cf3db7a99ab401fe8f Mon Sep 17 00:00:00 2001 From: Ulysse Buonomo Date: Mon, 19 Sep 2022 18:47:15 +0200 Subject: [PATCH] clang-format: exhaustive style list (#8493) * clang-format: exhaustive style list * Update clang-format.md --- pages/common/clang-format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/clang-format.md b/pages/common/clang-format.md index 715671e135..95b55c880d 100644 --- a/pages/common/clang-format.md +++ b/pages/common/clang-format.md @@ -13,7 +13,7 @@ - Format a file using a predefined coding style: -`clang-format --style={{LLVM|Google|Chromium|Mozilla|WebKit}} {{path/to/file}}` +`clang-format --style={{LLVM|GNU|Google|Chromium|Microsoft|Mozilla|WebKit}} {{path/to/file}}` - Format a file using the `.clang-format` file in one of the parent directories of the source file: @@ -21,4 +21,4 @@ - Generate a custom `.clang-format` file: -`clang-format --style={{LLVM|Google|Chromium|Mozilla|WebKit}} --dump-config > {{.clang-format}}` +`clang-format --style={{LLVM|GNU|Google|Chromium|Microsoft|Mozilla|WebKit}} --dump-config > {{.clang-format}}`