auto-indent
Using emacs extension in Visual Studio 2010, disables auto indent
I recently installed Visual Studio 2010 for my c++ course at school. Im very used using emacs scheme in netbeans and eclipse, its hard wired into my brain, the hotkeys.[详细]
2023-01-15 13:31 分类:问答How can I tell emacs how the arguments to my elisp function should be indented?
I have written function (actually a macro, but whatever) that works similarly to progn. How can I tell emacs that this function should be ind开发者_如何转开发ented in the same way as progn?This should[详细]
2023-01-10 12:49 分类:问答Javascript indentation in VIM
I\'m trying to get VIM to indent Javascript with the \'=\' and related commands. When I try to auto indent the following, for example:[详细]
2023-01-06 22:24 分类:问答How to fix broken automatic indentation in vim
I am trying to use vim 7.2 (on Windows XP) to automatically indent and format some VHDL and Matlab code. To do so I am trying to use the \"gg=G\" command. However this does not work properly. The code[详细]
2022-12-28 03:06 分类:问答Xcode Disable Colon-aligning Auto-indent
Is there any way to disable the auto-indent Xcode performs to align colons when breaking up a long method name into multiple lines?[详细]
2022-12-26 20:16 分类:问答How to avoid namespace content indentation in vim?
How to set vim to not indent namespace content in C++? namespace < i开发者_开发问答dentifier >[详细]
2022-12-25 08:04 分类:问答Turning off auto indent when pasting text into vim
I am making the effort to learn Vim. When I paste code into my document from the clipboard, I get extra spaces at the start of each new line:[详细]
2022-12-23 22:39 分类:问答Auto Indentation Off
In Visual Studio, when I press Enter, it automatically indents my text, and I don\'t like that. Is there a way to turn that \'feature开发者_运维技巧\' off?Tools->Options->Text Editor->C#->Tabs->select[详细]
2022-12-12 13:06 分类:问答