Top "Auto-indent" questions

Auto-indentation is used in programming tools (IDEs and source code beautifiers) to automatically adjust the amount of leading white space on a line.

Custom Brace formatting with Resharper

I'm using Resharper 4.5 and I need custom formatting of braces when writing an array or object initializer. Resharper supports some …

c# resharper indentation auto-indent
How to tell Vim to auto-indent before saving

I have recently started using Vim for my graduate level projects. The main problem I face is that sometimes I …

vim auto-indent
How to avoid namespace content indentation in vim?

How to set vim to not indent namespace content in C++? namespace < identifier > { < statement_list > // Unwanted …

c++ vim indentation auto-indent