Top "Indentation" questions

Indenting is used to organize code by indicating blocks, closures, conditionals, and other constructs.

Remove all arbitary spaces before a line in Vim

I'v written a plugin where it comes to parsing a XML tag. The content inside the tag is indented and …

vim indentation
Text indent after the first line in a paragraph

- A Reuters reporter in Surkhrod district in Nangarhar province, where villagers said the raids took place, said Afghan police …

html css indentation text-indent
Python function argument list formatting

What is the best way to format following piece of code accordingly to PEP8: oauth_request = oauth.OAuthRequest.from_consumer_…

python formatting indentation pep8
How to auto format code indentations in VS2012?

How to auto format code in VS2012 to save time typing and deleting spaces and tabs?

visual-studio-2012 format indentation auto-indent
Is it possible to display indentation guides in Vim?

I'm a longtime Vim user (3 or 4 years) who has recently started dealing with some deeply nested code. This code is …

vim plugins indentation highlight
Correct indentation of HTML and PHP using Vim

I've been using Vim for a while, and I can't get proper HTML indentation working in PHP files. For example, …

php html vim indentation
How to change the indentation width in emacs javascript mode

I'd like to use 2 spaces for my indents instead of 4. I can change the default behavior of C mode using: (…

javascript emacs indentation
How to preserve whitespace indentation of text enclosed in HTML <pre> tags excluding the current indentation level of the <pre> tag in the document?

I'm trying to display my code on a website but I'm having problems preserving the whitespace indentation correctly. For instance …

html whitespace indentation pre
Vim Auto Indent with newline

How do I get vim to place the cursor within the braces starting on a new line, ie with | denoting …

vim indentation
If you break long code lines, how do you indent the stuff on the next line?

Sometimes you have to write in your source long lines, that are better to break. How do you indent the …

coding-style indentation line-breaks