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 control flow.
0
votes
0answers
36 views
Namespace indentation in Visual Studio with C#
Visual Studio indents code within namespace. This can be avoided when disabling indentation globally, which is not what I want. In all other cases, the indentation is fine, I simply don't like the ...
0
votes
1answer
36 views
Indentation error on try, except, else block in python
Further to a question I asked here, I'm stuck sorting out an error exception.
I have sorted out reading a list of files from another file, but I'm struggling with if one of the files referenced ...
0
votes
0answers
8 views
Script html end tag structure unbalanced using Xcode editor re-indent
When editing html in Xcode, inline script blocks are always mismatched per indentation after applying Editor » Structure » Re-Indent:
Why does this not match other elements, producing:
<script ...
0
votes
1answer
34 views
How can I set Zend Studio 10.0.1 to use Spaces for Tabs in PHP files?
I set these options:
General/Editors/Text Editors - Insert spaces for tabs [checked]
PHP/Code Style/Formatter - Edit profile Eclipse[built in], rename profile to Eclipse[my] - Indentation(tab) - Tab ...
1
vote
0answers
30 views
Why does try-with-resources break indentation in Emacs?"
Emacs 24 Java mode does not indent the new try-with-resource construct properly.
class X{
void foo() {
try {
check(); // ((statement-block-intro 35))
}
}
void ...
1
vote
1answer
35 views
Sublime Text: Reindent SCSS files?
I've got some SCSS files who's indentation has somehow managed to get pretty jacked up.
I've tried doing Edit > Line > Reindent and changing various indentation settings, but none seem to work ...
2
votes
5answers
84 views
Python 2.7.3 IndentationError: expected an indented block - cant find mistake
I am new to python and trying to submit my HW on Coursera Data Science course. The environment there is VM running Python 2.7.3, the file tweet_sentiment.py I am trying to run has the following script ...
0
votes
0answers
23 views
Excel: How to indent less than 1 character in a cell?
For an excel project, I would like to be able to indent less than one character within each cell. The cell has mainly text inside of it and I want it to be just a little bit farther away from the ...
2
votes
1answer
35 views
Vim: TABs of different widths in visual modes and insert mode?
This thing works like the below but if set tabstop=55, it does not work: the TAB in insert mod and the TAB in visual-block mode are totally different TABs.
Visual Block Mode (or Visual mode)
Select ...
2
votes
1answer
56 views
Indentation sensitive parser using Parslet in Ruby?
I am attempting to parse a simple indentation sensitive syntax using the Parslet library within Ruby.
The following is an example of the syntax I am attempting to parse:
level0child0
level0child1
...
2
votes
2answers
53 views
can not print the return value from a function
I was trying to do simple function in Python, and this function should return a value.
The problem is, when I tried to print the output of the function, no value appears.
Please find below the Python ...
0
votes
0answers
9 views
In Xcode, my tab key doesn't move out. and indent is changed
when I make the if statement, then
if (conditions) {
statement
}
was maked.
but we want to make
if (conditions) {
statement
}
this.
so I press the tab key front of the statement, but doesn't ...
1
vote
1answer
28 views
PyDev paste to console with blank lines
I use PyDev in Eclipse to write Python code. I make heavy use of the interactive shell--it's the main reason I use Python. But I run into "unexpected indent" errors when I try to paste code with ...
0
votes
0answers
12 views
Setting text Indentation inside list Item in LAtex [migrated]
In side My latex file I code something like this
\begin{itemize}
\item Item NO 1
\\paragraph no1 paragraph no1 paragraph no1 paragraph no1 paragraph no1
paragraph no1 paragraph no1 paragraph no1 ...
0
votes
1answer
31 views
Is there real user-defined indentation for Emacs C and R use
After over two weeks emacs 24.3 for Mountain Lion 10.8.3 setup, I am still unable to fix the indentation setup.
The issues:
- in scratch mode & R mode the indentation is not working. I am now ...
2
votes
1answer
66 views
Odd indentation behaviour in Vim with smartindent or filetype indent on
I've found that indenting, with or without a selection, doesn't always work, and it seems to be because of these settings.
From what I can tell it's when the code is valid and correctly indented, but ...
2
votes
1answer
44 views
Git Diff Indent/Pretty Print/Beautify Before Diff
Is there a way to make Git indent/beautify/pretty print two versions of C++ source files before diffing them?
I think my goal is obvious: I don't want Git to show me the myriads of changes introduced ...
0
votes
1answer
49 views
Unexpected Unindent Error Python 3.3
Hey guys this was bugging me for quite a while, about 3 hours now and I finally decided to post this for help. I need an answer as soon as possible. Thanks
def _define_username() -> str:
''' Asks ...
0
votes
2answers
43 views
Switch/Break indenting in PHP [closed]
I have a really dumb question and not really important but it has been bugging me for quite some time: how do I indent "correctly" the "break;" inside a switch statement in PHP?
Like this:
case ...
0
votes
2answers
65 views
Indentation problems! (Python 2.7)
What's wrong with this? (And I'm only a beginner, so nothing complicated, please!)
#!usr/bin/python
import os
import sys
import pdb
import time
import array
red = chr(00), chr(00), chr(255)
blue = ...
0
votes
1answer
28 views
How can i fix when CSS indentation is not working in all browsers?
i need to make a design as following:
Total Maximum Daily Load, EPA
Modeling the Fate and Transport of Pollutants
Total Maximum Daily Load (TMDL) Development
as you see the "Total Maximum ...
1
vote
0answers
41 views
Format google search queries for bing
It is known that google doesn't care about parentheses in our search queries. there is no way of changing the order of operators. But Bing on the oher hand is more flexible.
So I've been trying using ...
0
votes
1answer
25 views
Haml code conversion from Ruby
I have this code mentioned below and I am trying to make it work on a RoR application under haml extension. However I am getting unexpected keyword end. I read over the net and stackoverflow and found ...
1
vote
1answer
62 views
XCode indentation/alignment settings (spaces/tabs)
I used to use tabs for indentation and spaces for alignment.
Like so (arrows show tabs and dots show spaces).
In QtCreator you can set such coding style in standard preferences.
I can't find the ...
1
vote
3answers
89 views
Force Emacs to use tabs in php mode
I want Emacs to use tabs instead of spaces in php mode.
I tried the putting the following code
;; Turn on tabs
(setq indent-tabs-mode t)
(setq-default indent-tabs-mode t)
;; Bind the TAB key
...
0
votes
1answer
57 views
Vim - automatic open close braces and move cursor
I'm new to Vim and right now i just need a very simple thing:
(1)public class Foo <open brace><hit ENTER>
or
(2)public class Foo <hit ENTER><open brace><hit ENTER>
To ...
0
votes
1answer
11 views
Is there an editor for 4DOS btm files that support syntax highlighting and indentation?
I'm reverse engineering a customer's .btm file (currently using Win7). Can I hope to find a text editor (or a Netbeans plugin) that supports indentation and syntax highlighting?
3
votes
1answer
85 views
Emacs indentation does not identify variables in Python-mode
So I really like how Emacs automatically colors variables in Python. However, when there is indentation (e.g. within a for loop), it does not color the syntax anymore. Is there an easy solution (same ...
3
votes
1answer
79 views
How to quickly serialize Clojure data structures to string with indentations?
clojure.pprint seems to do what I want:
user=> (def a {"q" {:q 1 :w 2 :e 3 :r 4 :t 4}, "w" {:q 1 :w 2 :e 3 :r 4 :t 4} "e" {:q 1 :w 2 :e 3 :r 4 :t 4}, "r" {:q 1 :w 2 :e 3 :r 4 :t 4}})
user=> ...
0
votes
0answers
12 views
PHP_CodeSniffer indentation
I'm new to PHP_CodeSniffer... I'm attempting to create my own ruleset and possibly sniffs..
It seems that most of the questions I've seen involve spaces vs tabs for indentation and how to handle each
...
0
votes
1answer
41 views
Automatically indenting pre-processor statements
What does everyone use to indent C++ pre-processor directives? Astyle and Gnu-Ident don't seem to be able to do this!
I think James McNellis' answer on this thread (How do you indent preprocessor ...
0
votes
3answers
32 views
Change indentation space for PHPs “\t” [duplicate]
Is it possible to change the indentation space for "\t" in PHP? Searched for a while now but can't find anything pointing to an answer. I know there are some libraries out there that can tidy up the ...
3
votes
1answer
92 views
Does caml-mode indent comments?
I am editing .ml code under Emacs. My default mode is caml-mode.
I realize that Tab on a line or M-x indent-region on a region does not adjust the place of a comment, whereas tuareg-mode does so.
...
0
votes
0answers
13 views
Aquamacs CMD-left back to indentation instead of beginning-of-line
I'm trying to force Aquamacs to setting cursor at indentation of line instead of at the beginning of this line using CMD-left shortcut. The code below admittedly works:
(global-set-key (kbd ...
0
votes
0answers
21 views
Indentation error in eclipse when using the bit shift operator >>, or am I missing something?
I've come upon what to me seems like an indentation error in Eclipse, when using the operator >> (but not <<!) inside a for-loop (specifically!). The indentation shown in the following ...
0
votes
1answer
39 views
Python indent error AFTER statement
I keep getting an unexpected indent error in Python IDLE, but oddly, to me, it's AFTER the statement. I checked it in Notepad++, and tried deleting spaces and then manually adding 4 in, i.e. not a ...
1
vote
1answer
49 views
Vim smart tabs inside an if statement
I'm using Vim's SmartTabs plugin to alingn C code with tabs up to the indentation level, then spaces for alignment after that. It works great for things like
void fn(int a,
________int b) {
...
3
votes
1answer
196 views
Disabling JSHint indentation check only for a specific file
I use jshint with the indent enforcing option enabled and set to 4, and would like to keep it that way for most files in the codebase.
In one specific file though, I would like to disable this check.
...
-1
votes
1answer
105 views
Convert Multiple Spaces to At Beginning of Line with Javascript
I'm working on a text input for the backend of a website. I want a couple things to be automatically corrected. Example, new lines in the textarea I convert to <br>. I also want to let the user ...
1
vote
1answer
96 views
'break' indentation in switch statement
I want a switch-case-break indentation as follows ('break' indentation is the same with 'case' indentation):
switch(x){
case 0:
/* Some code */
break;
case 1:
/* Some ...
0
votes
0answers
68 views
How do I correctly indent annotations in vim?
I am having trouble getting vim to correctly indent text after java annotations (like @Override or @Test). I attempted to use the second answer from this page. After I tried the solution found there ...
2
votes
1answer
48 views
How to make bash regex'es more readable?
Here is an example of nicely indented Python regex (taken from here):
charref = re.compile(r"""
&[#] # Start of a numeric entity reference
(
0[0-7]+ # Octal form
...
0
votes
0answers
20 views
Keep list indentation in doxygen between successive comment blocks
I would like to use Doxygen comments in my code to create bulleted lists that complement the function description in the generated documentation.
For example, the following snippet code:
/**
* ...
1
vote
2answers
71 views
Vaadin - com.vaadin.ui.Select - indentation
I'm building vaadin select with hierarchical employees data (employee, subemployee), where max subemployee level is 6. I would like to display my data in select in hierarchical way for example:
Root ...
2
votes
1answer
70 views
What is the recommended size of indentation in Python?
Is there any official rule/proposal on how should the Python code be indented?
7
votes
1answer
240 views
Haskell/Parsec: How do you use the functions in Text.Parsec.Indent?
I'm having trouble working out how to use any of the functions in the Text.Parsec.Indent module provided by the indents package for Haskell, which is a sort of add-on for Parsec.
What do all these ...
1
vote
1answer
20 views
HTML listing product properties
I would like to list product properties like the following way:
Property 1: Item
Property 2: Item
Property 3: Item
Property 4432: Item
Notice that "Item" starts kind of indented.
I ...
-1
votes
1answer
40 views
Using tab-indentation in a space-indentation project [duplicate]
I have been experimenting lately with proportional fonts and tab-indentation. The problem is that some of the projects I work on are indented with spaces (2 for Ruby, 4 for JavaScript).
What I want ...
7
votes
2answers
161 views
Custom indent width for BeautifulSoup .prettify()
Is there any way to define custom indent width for .prettify() function? From what I can get from it's source -
def prettify(self, encoding=None, formatter="minimal"):
if encoding is None:
...
0
votes
1answer
84 views
multi line tag in grails or html
With a grails app and from a local database, I'm returning some text in a xml format.
I can return it well formed in a <textarea></textarea> tag with the correct indenting (tabulation, ...




