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.
是否有任何网站可以自动将大块代码(PHP、JS 和 CSS)设置为最大 80 个字符的宽度以确保没有换行?
Cloud9 IDE 具有此功能。我认为它在视图菜单中,您必须取消选择换行到视口。
尝试使用CSS3 规范中ch描述的单位:
ch
等于在用于渲染它的字体中找到的“0”(零,U+0030)字形的使用的高级度量。
因此max-width: 80ch将宽度限制为 80 个字符。
max-width: 80ch