Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default value "PAS_Left" to "Left" (#54)
If I set my PointerAlignment setting to "PAS_Left" (uncomment the setting line) The following error occurs upon formatting: ``` Error parsing-style: Invalid argument ``` The comment in the settings file cites probably [clang](https://clang.llvm.org/docs/ClangFormatStyleOptions.html) which also says that in config the "PAS_" prefix is omitted. In my version (v1.3.6 ) on Ubuntu `Left`, `Middle`, and `Right` do the work.
- Loading branch information