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.
Uncrustify でこの if ステートメントの改行と空白を削除する方法はありますか? この種の「問題」を修正するオプションが見つからないようです。
if (a == 5) { puts("a is five"); }