VSCodeの自動フォーマットで文中で勝手に折り返される
cppの場合
"C_Cpp.clang_format_style": "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 200 }"
ってやる
参考
https://qiita.com/fukusin/items/e5ffbd553ca3f9751bb7
https://stackoverflow.com/questions/57318245/line-length-for-c-code-in-visual-studio-code