打开缩进开关:filetype indent on例:set aiset ciset
siset ts=4set sw=4set etset sts=4set stafiletype indent
on与自动缩进相关的变量表变量名缩写含义(no)autoindentai自动缩进,即为新行自动添加与当...
分类:
其他好文 时间:
2014-05-17 20:57:14
阅读次数:
234
display: block;inline;none;inline-block;段落缩进
text-indent:20pxfont: font-style font-weight font-size line-height
font-familyfamily: "xxx","xxxx","xxxxx...
分类:
Web程序 时间:
2014-05-15 17:52:29
阅读次数:
380
1 sourceinsight screen font 的默认字体是Verdana的,它是一直变宽字体。在Document style中可以将字体改为定宽的Courier
2 document
options->auto indent 去掉indent Open Brace和Indent Close Brace的效果: 继上一段,在相对缩进行里, 如果输入"{"或"}", 则自动和上一行...
分类:
其他好文 时间:
2014-05-15 04:33:36
阅读次数:
330
格式化源码是很常见的需求,emacs有个indent-region函数用于格式化选定的代码,前提是你处在某个非text
mode下,如c-mode或者java-mode之类。如果要格式化整个文件,你需要先选定整个文件(C-x-h),然后调用indent- region(或者
C-M-\ )。两个命....
分类:
其他好文 时间:
2014-05-08 23:11:40
阅读次数:
395
转自:http://blog.chinaunix.net/uid-24774106-id-3396220.html在自己的目录下编辑自己的.vimrc,vim
~/.vimrc添加下面的几行:: filetype indent onset etset ciset shiftwidth=4autocm...
分类:
其他好文 时间:
2014-04-30 18:26:50
阅读次数:
526