Gallery:Kate编辑器设定

来自站长百科
Firebrance讨论 | 贡献2008年11月5日 (三) 11:13的版本 (新页面: Placing this line in a file named <code>.kateconfig</code> of the base Gallery2 directory will tell Kate to use the correct formatting. You will also need to go into the Settings > Editor...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Placing this line in a file named .kateconfig of the base Gallery2 directory will tell Kate to use the correct formatting. You will also need to go into the Settings > Editor > Open/Save window to tell Kate how deep to look for the folder config file.

Kate, as of this writing (version 2.5.5), displays mixed indention just fine, but does not handle converting mixed indention into the correct format. You will need to use this script to update files before commit.

kate: space-indent on; indent-width 4; mixed-indent on; indent-mode normal; tab-width 8; word-wrap-column 100; word-wrap off;