指定主体是否在发送之前自动缩进。
Specifies whether the body is automatically indented before sending.
使用autoindent打开或关闭自动缩进(见清单3)。
You use autoindent to turn automatic indenting on or off (see Listing 3).
如果需要,可以在vi编辑器中根据编程语言的样式设置自动缩进。
You can set up the vi editor to automatically indent to adhere to a language-specific style when necessary.
可以使用:set noautoindent命令关闭自动缩进。
You can use the: set noautoindent command to turn automatic indenting off.
在命令模式下,输入 :set autoindent,然后按回车打开自动缩进。
With vi in command mode, type :set autoindent, then press Enter to turn on automatic indenting.
NET的代码编辑器有自动缩进的功能,在开始下一条语句时将缩进一个制表符。
NET code editor has intelligent indentation, where pressing Enter after beginning a block auto-indents to the next TAB.
JSDT支持许多as - you - type格式化特性,比如可配置自动缩进和字符成对匹配。
JSDT supports many as-you-type formatting features, such as configurable auto-indent and character pair-matching.
RubyMine拥有自动代码格式化功能,如括号匹配、代码折叠、自定义格式、缩进和TODO标记。
RubyMine performs automatic Ruby code styling, with brace matching and folding, custom formatting, indentation and TODO marks.
自动完成大括号、圆括号和缩进。
不像缩进,它不对长语句进行自动换行。
不像缩进,它不对长语句进行自动换行。
应用推荐