Closed alanf closed 9 years ago
Setup:
/usr/local/bin/clang-format
In Preferences:
.clang-format
Edit Clang Configuration
Now, with an ObjC file open, select Format Active File.
Format Active File.
Result: the file appears to be formatted with default configuration, LLVM style Expected: the file would be formatted using the custom rules.
I could not reproduce the issue. I see that you filed the issue 1 month ago, if you still have the issue, please fill an update and I will look into it.
Setup:
/usr/local/bin/clang-format
(based on reading of where the source searches for this binary)In Preferences:
.clang-format
to repo's top-level directory OR setup a custom _clang-format file and replace contents of file with custom formatEdit Clang Configuration
in the menuNow, with an ObjC file open, select
Format Active File.
Result: the file appears to be formatted with default configuration, LLVM style Expected: the file would be formatted using the custom rules.