Skip to main content

Questions tagged [indentation]

5 votes
0 answers
104 views

This Markdown: - foo if (Math.random() < 0.5) { console.log("hello, world!"); } else { console.log("goodbye, cruel world!"); } Renders as: foo > > if (...
user3840170's user avatar
  • 4,777
2 votes
0 answers
144 views

This is a screenshot of an answer I cannot post. Preview output is okay, the text is okay, I only have one line of a command, anything else. UPDATE 1: The problem is with the bottom links. How ...
dstonek's user avatar
  • 137
49 votes
2 answers
567 views

When we select text for indenting, e.g. and Ctrl+k, we get this: I don't think our target audience is accustomed to this behavior, although I could be wrong. The following programs indent entire lines,...
Andrew Cheong's user avatar
0 votes
1 answer
129 views

I've posted that answer: https://stackoverflow.com/a/17989511/2605780 and I was fighting a bit with indentation. No matter what I've set, spaces or tabs, there is no indentation displayed. Both ...
Web Devie's user avatar
  • 389
14 votes
3 answers
106k views

When editing a post, sometimes the code block has been indented too far and it forces a horizontal scrollbar unnecessarily. Is there a quick way to correct this type of indentation or do I still have ...
user avatar
3 votes
2 answers
100 views

I know that if I press ctrl + k I automatically can add 4 spaces, but what if the code has already 4 spaces and I need to add 4 spaces more to it? If I press tab in the SO editor it just gets me ...
Ramy Al Zuhouri's user avatar
1 vote
0 answers
67 views

Possible Duplicate: Code blocks don’t show leading spaces in IE 9 (and 10) I was trying to edit this person's post. All the spacing is there but it is ignoring all my spaces and indenting. Try ...
CashCow's user avatar
  • 345
7 votes
1 answer
143 views

Sometimes, when I copy and paste code from my editor to the question box, the indent level is too much; I think there should be buttons to move the indent level left or right without having to ...
user152642's user avatar

15 30 50 per page