I'm on Ubuntu 12 with clang-format 3.4. The other predefined format styles work fine. However, when I try to edit and use the settings file for a custom format options, it doesn't recognize any of the key.
I get an error: unknown key,
then it says
Error parsing-style: invalid argument
It doesn't seem to matter which key I use, they all fail in the same manner.
I think this is a limitation of the clang version. My mistake. I suppose, ideally, you could detect that and limit the allowable style options, but that sounds like a lot of work :)
I'm on Ubuntu 12 with clang-format 3.4. The other predefined format styles work fine. However, when I try to edit and use the settings file for a custom format options, it doesn't recognize any of the key.
I get an error: unknown key,
then it says
Error parsing-style: invalid argument
It doesn't seem to matter which key I use, they all fail in the same manner.