From 72acf4dcc5467072472a268f037442ae786b07fe Mon Sep 17 00:00:00 2001 From: David Vanderhaeghe Date: Tue, 26 Feb 2019 08:11:42 +0100 Subject: [PATCH] excludeArgs is expected to be an array --- Customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customization.md b/Customization.md index 3f44e67..93c9acf 100644 --- a/Customization.md +++ b/Customization.md @@ -95,7 +95,7 @@ when indexing. Conversely, you can add more arguments using `clang.extraArgs` (this could also be done through the `.ccls` file). -Example: `{"clang": {"excludeArgs": "-frounding-math"}}` +Example: `{"clang": {"excludeArgs": ["-frounding-math"]}}` #### `clang.pathMappings`