rosshemsley / SublimeClangFormat

A C++ code formatter based on Clang Format, for beautiful code with minimal effort in Sublime Text 3
Other
185 stars 52 forks source link

Custom Format options using Settings Doesn't Seem to work at all #33

Closed aymaluser closed 8 years ago

aymaluser commented 8 years ago

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.

aymaluser commented 8 years ago

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 :)

aymaluser commented 8 years ago

closing as user error