Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse (3.8) CSS 格式化程序中,例如
.aaa, .bbb, .ccc, .ddd { xxx }
变得
.aaa,.bbb,.ccc,.ddd { xxx }
是否可以要求 Eclipse 保留换行符?
Preferences Java > Code Style > Formatter
请参阅“换行和注释”选项卡上的“从不加入行”选项。
在,
窗口 > 首选项 > Web > CSS 文件 > 编辑器
取消标记在属性之间插入换行符
线宽设置为 999。