Eclipse, Pydev 特殊配置记录

1. Eclipse显示空字符
Window->Preferences->General->Editors->Text Editors->Show whitespace characters

2. Pydev 自动去除行尾多余空格
 Eclipse -> Windows -> Preferences -> Pydev -> Editor -> Code Style -> Code Formatter勾选上:
 Auto-Format editor contents before saving
 Right trim lines

你可能感兴趣的:(eclipse,pydev)