Artificial intelligent assistant

clang-formatで、アロー演算子の前後に半角空白を入れたい clang-format.clang-format `tmp->val;` `tmp -> val;`


clang-format
sed


sed -e 's/\s*->\s*/\ ->\ /ge' -e 's/->\s\+->/-> ->/ge'

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 104eed2a6adf7468da5042e6747e2dbc