Indenting is used to organize code by indicating blocks, closures, conditionals, and other constructs. It makes code easier to read, and in some languages is used to handle code flow.

learn more… | top users | synonyms

0
votes
1answer
229 views

Python indentation in Emacs

Boring of googling this question - how to set indentation offset for python in emacs? Tried many variants, but none helps. http://jomp.ru/@s.png - python mode?
4
votes
3answers
266 views

external lisp code indenter

I have some lisp/scheme-like code which I want to indent. I searched for tools like GNU indent, but I could not find any command-line utility/script. There are lots of them available for C/C++/Java ...
10
votes
2answers
403 views

How to paste source code to vim without error format?

When I copy a python code, and paste to vim. the indents are all error. but I paste into emacs or gedit, it is right. that is difficult to describle, let's see the screenshot. Notice:the blue and ...
0
votes
4answers
113 views

How do I format code on my own website?

I'm using prettify for color coding but my code is still flat and not indented correctly, how do I format it so it looks similar to github gist or pastebin? (I'm aware you can embed from these sites ...
1
vote
1answer
624 views

Pretty formatting HTML5 output

I am trying to automatically indent the HTML5 output. The tool which I tried to use was JTidy, but the problem is that it does not support HTML5 elements and for instance it moves all and to header ...
2
votes
1answer
315 views

Xml InnerXml indentation issue

I have a XmlDocument like this: <Root> <Settings> <PresentationSettings> </PresentationSettings> </Settings> </Root> When I set the InnerXml of ...
4
votes
1answer
290 views

In vim, writing lisp/clojure code, how to properly indent bindings in let?

In vim, my bindings of the let statement are not properly indent. I get this: (let [language :clojure editor :vim] "indentation problems") I would like to have editor aligned with ...
4
votes
2answers
75 views

Can the searched pattern be included in a regex (Vim)?

I am very new to regular expressions, and I need some help. First I will explain my motivation and some diagrams, as it is very hard to explain otherwise. I recently installed Vim Indent guides which ...
0
votes
1answer
88 views

Make Emacs indent code in every possible situation

I can't seem to get Emacs to just use Tab for indentation. I set c-tab-always-indent and tab-always-indent to true, but still I have to use C-q Tab to indent a line of code. What do I need to do to ...
0
votes
1answer
107 views

XQuery and Zorba: Setting indent to add a tab character instead of two spaces

I'm using the --indent, -i Indent output. command line argument of Zorba XQuery 2.1 to ident the html output of my XQuery. Is there any option that can be set so the indenting will be done using ...
0
votes
1answer
174 views

C++ style in emacs : greater-than-80 column exception to the default parentheses auto-indent behavior

I have a long function declaration in C++ that I'm writing up in emacs. The indentation behavior with parenthesis doesn't make an exception for 80 columns and looks like: ...
1
vote
1answer
2k views

Auto-Indent Code In Dreamweaver CS4

This is getting really irritating and I can't seem to figure out how to disable this feature. I notice that if I use a [ in a line and then press enter and then close an if statement with }, it will ...
3
votes
2answers
624 views

C# Tabify/Indent HTML

Is there a tool/library/function in C# which tabifies or indents generated html code without validating or tidying the input? Edit: Indent generated HTML code from JavaScript TextEditors, including ...
1
vote
3answers
238 views

Is there a tool that can indent mixed code?

I searched around the webs and found tools that can indent java,C,php,HTML etc. Is there a tool, that can reliably indent mixed sourcecode and different languages? -> one indent tool to rule them all? ...
1
vote
1answer
209 views

Show Indent Guide Lines In Xcode

Comming from a background using Visual Studio and Notepad++ im used to the indent guides which help to visually enhance sections of code where the curly braces are used, {. Xcode (No indent guides) ...
6
votes
2answers
379 views

How do I make emacs treat #ifdef and #endif like '{' and '}'?

I'd like emacs to treat "#ifdef" exactly like "{" and "#endif" like "}" in relation to indentation. Like so: #ifdef __linux__ #include <sys/socket.h> #endif int func(void) { int foo = ...
2
votes
4answers
5k views

Indent JavaScript Code written in on line in notepad++ or else

I have a javascript code that is written in on line (no carriage return), it's completely unreadable... With notepad++, I tried to replace those characters( "{", "}", ";" ) by themselves + a carriage ...
2
votes
1answer
963 views

Android Indent and Hanging Indent

I am interested in having a series of TextViews, ultimately with a hanging indent. The standard way of doing this via CSS is to set the margin to X pixels and then set the text indent to -X pixels. ...
0
votes
1answer
121 views

Opening New Tab Undoes Code Folding in Vim

I have an HTML file with the CSS in the head. Usually I open the file in 2 tabs, so I can switch between the HTML and CSS easily, but I would also like to fold most of the code (especially the ...
5
votes
2answers
570 views

Scala mode indentation in Emacs

When writing Scala code in Emacs, I notice the following indentation issue: List(1,2,3).foreach{ x => Then press enter. Then close the bracket, and this is what ends up happening: ...
0
votes
3answers
358 views

For every line beginning with 4 spaces, add text-indent tags

I've got text where some lines are indented with 4 spaces. I've been trying to write a regex which would find every line beginning with 4 spaces and put a <span class="indented"> at the ...
1
vote
1answer
240 views

Configure indentation in LESS CSS

I recently started using LESS(http://lesscss.org/) for writing my CSS. It is great and I love it but I couldn't find how to configure the indentation of the output CSS file. By default it is 2 spaces, ...
-1
votes
3answers
399 views

How to tidy messy php code [closed]

guys I have this enormous index.php file which is full of commented out code like: /* some code */ Also the indents are just horrible and inconsequent. Is there anyway I can tidy up this code, ...
3
votes
2answers
1k views

ANTLR What is simpliest way to realize python like indent-depending grammar?

I am trying realize python like indent-depending grammar. Source example: ABC QWE CDE EFG EFG CDE ABC QWE ZXC As i see, what i need is to realize two tokens INDENT and DEDENT, so i ...
15
votes
1answer
2k views

Haskell and Vim: Proper Indentation

Search for "vim haskell indent" on SO. There are lot of answers for how to configure Vim for Haskell indentation. None of them really "work". They don't provide code as is recommended by the Haskell ...
1
vote
2answers
267 views

how to avoid extra 'extern' indent using astyle

I used astyle to format my c/c++ source codes, after many tries, it almost satisfied my need except that it added extra indent after the clause extern "c" {. I have googled for a long time but failed ...
2
votes
2answers
277 views

Vim python indenting changes code semantics

I'm trying to learn vim :-) Having some real trouble with auto-indent changing the meaning of my python code. Is there any way to get the goodness of autoindent without running into behaviors like ...
2
votes
2answers
2k views

“unexpected indent” error when using notepad++ for creating django function

I am following this book to learn django using notepad++, something interesting happens, when I type the function using notepad++ for the following script: def current_datetime(request): now = ...
0
votes
2answers
116 views

Force an indent in Python code for organizational purposes

Is there a way to force an indent in Python? I kind of want it for the sake of making the code look organized. As an example: # How it looks now class Bro: def __init__(self): self.head = ...
2
votes
2answers
129 views

vim - remapping >> << (indent commands)

I would love to map << and >> to single keys to speed up my workflow, but I can't find any info on how to write the remap in my vimrc. Any idea how I can get my remap on?
1
vote
2answers
210 views

Block Indent Regex

I'm having problems about a regexp. I'm trying to implement a regex to select just the tab indent blocks, but i cant find a way of make it work: Example: INDENT(1) INDENT(2) CONTENT(a) ...
1
vote
1answer
252 views

CSS indent line to the last line

How can I add such an indentation in CSS?
0
votes
1answer
124 views

Float List Issues: Removing Indentation

So I've been trying to get floated lists to work right. This is what it's supposed to look like, but when I look at it with chrome or firefox I get this I have no clue why this is happening. ...
1
vote
1answer
99 views

Make VIM function return text without indent

I guess this question could be taken in two ways... (Generic) - is there a way to specify settings 'local' to a function (setlocal changes seem to persist after the function call)... (Specific) - I ...
1
vote
3answers
247 views

How to move out the dynamic result-document into the separate included or imported xsl file

I have a bunch of xsl files. I want to control an indent of result document centrally. I use now the code below in every xsl file. I have an xsl:template name="data" template in each file, but the ...
4
votes
3answers
905 views

Why is vim indenting my Perl code incorrectly?

I have a subroutine in Perl that should be indented like this: sub GetFiles { my $pwd = shift; my @input = @_; my @returned; my @DirectoryContent = ...
3
votes
2answers
158 views

Can PHP introspect or detect tag's current indent level within source document?

For those of us still inlining PHP within an HTML structure, is there a way to introspect the indent level (within the source) of the current PHP statement/tag being evaluated? Consider the following ...
0
votes
5answers
113 views

Python is telling me an indention is expected where I put one

OK, here's a piece of the script: def start(): print "While exploring the ruins of a recently abandoned castle you stumble apon the entrance to what appears to be a dungeon. You are carrying on ...
6
votes
4answers
612 views

How to suppress indentation for XML output in XQuery

Is there a way from within an XQuery to remove indentation of the XML output? Eg. say I had an XQuery of; <foo><bar/></foo> producing an XML result document of; <foo> ...
1
vote
6answers
4k views

indent python file (with pydev) in eclipse

I'm a newbie in eclipse. I want to indent all the lines of my code and formatting the open file by pressing a shortcut or something like that... I know the CTRL+SHIFT+F (as it actually doesn't work in ...
5
votes
3answers
221 views

Vim Pre-Exit (Esc Key) Command?

Right now in Vim when I go to a new line (or press 'p' or 'o' in normal mode) I get a lovely automatic indent, that also disappears if I exit insert mode without adding anything to it. Is there a way ...
0
votes
3answers
267 views

Indent an entire paragraph?

I have a code setup for a FAQ page like this: <p><strong>This Is A Question</strong></p> <p><strong>Answer.</strong> This is the content of the answer, and I ...
4
votes
2answers
2k views

Vim - Indent multiple lines with tab

I want to be able to highlight lines I want to indent/reverse-indent and indent with tab and shift-tab respectively. " for command mode reverse tab nmap <S-Tab> << " for insert mode ...
5
votes
3answers
451 views

Emacs: different tab indent settings in different modes

I'm currently using whitespace-cleanup in my save hook. Using indent-tabs-mode, I'm able to save files without any tabs. All is well, I don't want tabs in my files. But. Makefiles do need tabs. That ...
9
votes
4answers
11k views

Bash continuation lines

How do you use bash continuation lines? I realize that you can do this: echo "continuation \ lines" >continuation lines However, if you have indented code, it doesn't work out so well... ...
0
votes
2answers
51 views

Does anyone know of a text editor that allows you to indent highlighted chunks of code all at once?

I am extremely OCD when it comes to the layout of my code, and it's a pain to press the down arrow key and Tab a hundred times in a row. Does anyone use a text editor that has the function of ...
0
votes
1answer
468 views

Emacs indentation for switch…case statements

Indentation in Emacs always works, but I face some questions about switch - case statements. For example, switch (x) { case 'A': case 'B': printf("hello"); printf(...); printf(...); break; } ...
3
votes
4answers
187 views

Vim Dumb Indenting?

Is there a way to just have Vim copy the indent from the line above, whether it be spaces or tabs, oblivious of the file types?
3
votes
2answers
1k views

Alternative to IndentingXMLStreamWriter.java

Is their an alternative to IndentingXMLStreamWriter.java i've always had some sort of issue at some point in which i am unable to compile though it goes away after a while. So I was wondering if their ...
0
votes
2answers
129 views

css negative indent with 'tab' in between

I understand how negative indent works with CSS, but my question is, is there a way to have a kind of 'tab' in between the beginning of the negative indent and the rest of the text? What I am trying ...