We always write code like this formal:
(我们总是写这样正式的代码:)
void main(){
if(){
if()
}
But when I use Notepad++ , the display is:
(但是当我使用Notepad ++时 ,显示为:)
void main(){
if(){
if()
}
How do I use Notepad++ to auto indent?
(如何使用Notepad ++自动缩进?)
Thanks to Jonathan , I have set it, but it does not take any effect.
(感谢Jonathan ,我已经设定了它,但它没有任何效果。)
The snapshot is below: (快照如下:)
I am using Notepad++ version 5.1.3.
(我正在使用Notepad ++版本5.1.3。)
ask by community wiki translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…