消息 [129770]
But, dear Antoine, i don't know *any* editor that is capable to
handle the following code correctly:
#ifdef __APPLE__
if (!PyArg_ParseTupleAndKeywords(args, kwdict, "iiO&O&|OOi:sendfile",
keywords, &out, &in, _parse_off_t, &offset, _parse_off_t, &sbytes,
#else
if (!PyArg_ParseTupleAndKeywords(args, kwdict, "iiO&n|OOi:sendfile",
keywords, &out, &in, _parse_off_t, &offset, &len,
#endif
&headers, &trailers, &flags))
> Antoine Pitrou <pitrou@free.fr> added the comment:
>
> Problem is, each developer has his/her own preferences and editor
> settings, so if we start reformatting with each commit, the history of a
> piece of code becomes very difficult to read.
>
> I would simply suggest that you disable these vim settings, or at least
> tweak them so that they don't apply automatically when you edit existing
> code. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-03-01 13:52:02 | sdaoden | 修改 | recipients:
+ sdaoden, pitrou, giampaolo.rodola, rosslagerwall |
| 2011-03-01 13:52:02 | sdaoden | 链接 | issue11351 messages |
| 2011-03-01 13:52:02 | sdaoden | 创建 | |
|