It seems that the formatting config file is incomplete, resulting in inconsistent behaviors on different machines even when explicitly specifying the config file (-style=file:.clang-format).
I dumped the config file again on my laptop using clang-format -style=file:.clang-format --dump-config (I have clang-format version 14.0.4). @msoeken what do you think? Are there specific configurations you would like to change?
It seems that the formatting config file is incomplete, resulting in inconsistent behaviors on different machines even when explicitly specifying the config file (
-style=file:.clang-format
). I dumped the config file again on my laptop usingclang-format -style=file:.clang-format --dump-config
(I have clang-format version 14.0.4). @msoeken what do you think? Are there specific configurations you would like to change?