Closed kprzygod closed 10 months ago
You should use double dash --
before style
and dump-config
~/GrotesqueOutstandingValue$ clang-format --style=webkit --dump-config > .clang-format
~/GrotesqueOutstandingValue$ clang-format --style=file -i *.cpp *.hpp
with -- all is working, you can add update to the text below the video
~/GrotesqueOutstandingValue$ clang-format -style=webkit -dump-config > .clang-format ~/GrotesqueOutstandingValue$ clang-format -style=file:.clang-format -i .cpp .hpp Invalid value for -style No such file or directory