C/C++/Java/JavaScript/Objective-C/Protobuf/C# ์ฝ๋ ์๋ ํ์ํ. ๋ ๋ง์ ์ ๋ณด: https://clang.llvm.org/docs/ClangFormat.html.
stdout
์ผ๋ก ์ถ๋ ฅ:clang-format {{๊ฒฝ๋ก/๋์/ํ์ผ}}
clang-format -i {{๊ฒฝ๋ก/๋์/ํ์ผ}}
clang-format --style {{LLVM|GNU|Google|Chromium|Microsoft|Mozilla|WebKit}} {{๊ฒฝ๋ก/๋์/ํ์ผ}}
.clang-format
ํ์ผ์ ์ฌ์ฉํ์ฌ ํ์ผ ํ์์ ์ง์ :clang-format --style=file {{๊ฒฝ๋ก/๋์/ํ์ผ}}
.clang-format
ํ์ผ์ ์์ฑ:clang-format --style {{LLVM|GNU|Google|Chromium|Microsoft|Mozilla|WebKit}} --dump-config > {{.clang-format}}