Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコマンドで、中括弧の前で行が分割されたソース コードが生成されないのはなぜですか?
echo 'main(){}' | clang-format -style='{BreakBeforeBraces: Allman}'
#llvmIRC チャンネルから応答がありました。
#llvm
jyknight $ は 1 行に収まるためです。 jyknight $ $ echo 'main(){foo(); バー();}' | clang-format -style='{BreakBeforeBraces: Allman}'