有熟悉XE编辑环境的吗?怎么设置函数后的大括号格式
比如说,如下代码,使用XE的自动整理后,大括号这个样子
void ProcessTimerMessages() { HWND hwndTimer = NULL; // handle to window for timer messages MSG msg; // message structure}void ProcessTimerMessages() { HWND hwndTimer = NULL; // handle to window for timer messages MSG msg; // message structure}