Indentation (typesetting)
In the written form of many languages, an indentation is an empty space at the beginning of a line to signal the start of a new paragraph. Many computer languages have adopted this technique to designate "paragraphs" or other logical blocks in the program.
For example, the following lines are indented, using between one and six spaces:
This paragraph is indented by 1 space.
This paragraph is indented by 3 spaces.
This paragraph is indented by 6 spaces.
In computer programming, the neologisms outdent and unindent are used to describe the reversal of the indentation process, realigning text with the page margin (or with previous, lesser, levels of indentation).
In right-to-left languages (e.g. Hebrew and Arabic), indentation is used just the same, but from the right margin of the paper, where the line begins.
Indentation in typesetting
There are three main types of indentation, illustrated below in relation to borders representing the page dimensions.
- A first-line indentation indents the first line.
- A first-line indentation of 2 em:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- A hanging indentation indents the rest of the text while leaving the first line in place.
- A hanging indentation of 2 em:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- A block indentation indents the entire block of text.
- A block indentation of 2 em on the left:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- Indentation from both sides is commonly used for block quotations, here shown with 2 em on the left and right (which may amount to more on the right for certain lines, depending on word wrapping, if the text does not have justified alignment):
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- A justified-text example of a block quotation that has been block-indented from both sides by 3 em:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Indentation in programming
In computer programming languages, indentation is used to format program source code to improve readability. Indentation is generally only of use to programmers; compilers and interpreters rarely care how much whitespace is present in between programming statements. However, certain programming languages rely on the use of indentation to demarcate programming structure, often using a variation of the off-side rule. The Haskell, Occam, Python, and Ya programming languages rely on indentation in this way.
Debates over where to indent, whether to use spaces or tabs, and how many spaces to use are often hotly debated among programmers, leading some to classify indentation as akin to a religious war.[1] In 2006 a third method of indentation was proposed, called elastic tabstops.
In addition to general indentation of statements, different bracket indentation styles are commonly used.
This table may lend undue weight to a single company's coding practices. The specific problem is: Do we actually care what Google does? Google is a company writing code, not an organization, publisher, or author setting coding standards. (March 2016) |
Language | Indent | Note |
---|---|---|
Bash | varies | Fritz Mehner's Style Guide[2] suggests 2, 4, or 8 spaces and uses 2 in all examples. Google uses 2 spaces.[3] |
C | varies | The Linux kernel uses 1 tab.[4] NASA uses 4 spaces.[5] |
C++ | varies | Google uses 2 spaces.[6] |
C# | 4 spaces | As per Microsoft's C# Coding Conventions.[7] |
CSS | varies | Drupal, GitHub, and Google use 2 spaces.[8][9][10][11] WordPress uses tabs.[12] |
Delphi | 2 spaces | Default in RAD Studio.[citation needed] |
Go | 1 tab | As per "Effective Go".[13] |
Haskell | varies | Google uses 2 spaces.[14] |
HTML | varies | Google uses 2 spaces.[10] HTML Tidy defaults to 2 spaces.[15] |
Java | 4 spaces | Oracle uses 4 spaces.[16] Android uses 4 spaces.[17] |
JavaScript | varies | Douglas Crockford advocates 4 spaces.[18] GitHub and Google uses 2 spaces.[19][20] jQuery uses tabs.[21] Firefox's built-in jsbeautifier defaults to 2 spaces. The built-in prettyprinter in Google Chrome and Internet Explorer uses 4 spaces. |
Lua | 2 spaces | As per Lua Style Guide.[22] |
Perl | 4 spaces | As per "perlstyle: Perl style guide".[23] |
PHP | varies | Drupal use 2 spaces.[24] PEAR and Zend use 4 spaces.[25][26] CodeIgniter and WordPress uses tabs.[27][28] PSR-2 specifies 4 spaces.[29] |
Python | 4 spaces | As per PEP-8.[30] |
Ruby | 2 spaces | As per Ruby Style Guide.[31] |
Rust | 4 spaces | As per Rust Style Guide.[32] |
Scala | 2 spaces | As per Scala style guide.[33] |
Tcl | 4 spaces | As per Tcl style guide.[34] |
Visual Basic | 4 spaces | As per Microsoft's Visual Basic Coding Conventions.[35] |
References
- ^ "Tabs versus Spaces: An Eternal Holy War". Jwz.org. 2007-01-05. Retrieved 2014-01-18.
- ^ "Bash Style Guide and Coding Standard" (PDF). Lug.fh-swf.de.
- ^ "Archived copy". Archived from the original on 2014-06-26. Retrieved 2014-06-23.
{{cite web}}
: Unknown parameter|deadurl=
ignored (|url-status=
suggested) (help)CS1 maint: archived copy as title (link) - ^ "Archived copy". Archived from the original on 2015-02-14. Retrieved 2015-02-15.
{{cite web}}
: Unknown parameter|deadurl=
ignored (|url-status=
suggested) (help)CS1 maint: archived copy as title (link) - ^ "C STYLE GUIDE" (PDF). Homepages.inf.ed.ac.uk. August 1994. Retrieved 3 September 2017.
- ^ [1] Archived 2014-10-06 at the Wayback Machine
- ^ Bill Wagner. "C# Coding Conventions (C# Programming Guide)". Msdn.microsoft.com. Retrieved 3 September 2017.
- ^ "CSS formatting guidelines". Drupal.org. Retrieved 2014-01-18.
- ^ "CSS · Styleguide · GitHub". Github.com. Retrieved 2014-01-18.
- ^ a b "Google HTML/CSS Style Guide". Google GitHub. Google. Indentation. Retrieved 2016-03-13.
Indent by 2 spaces at a time.
This is an HTML-rendered copy of the official version, which is maintained in XML format - ^ "styleguide: Style guides for Google-originated open-source projects". Github.com. 3 September 2017. Retrieved 3 September 2017.
- ^ "WordPress › CSS Coding Standards « Make WordPress Core". Make.wordpress.org. Retrieved 2018-07-20.
- ^ "Effective Go - The Go Programming Language". golang.org. Retrieved 3 September 2017.
- ^ "HaskellStyleGuide - ganeti - Style Guide for the Haskell code - Cluster-based virtualization management software - Google Project Hosting". Code.google.com. 2014-01-08. Archived from the original on June 27, 2013. Retrieved 2014-01-18.
{{cite web}}
: Unknown parameter|deadurl=
ignored (|url-status=
suggested) (help) - ^ "HTML Tidy Configuration Options Quick Reference". Tidy.sourceforge.net. 2008-06-18. Retrieved 2014-01-18.
- ^ "Code Conventions for the Java Programming Language: 4. Indentation". Oracle.com. Retrieved 2014-01-18.
- ^ "Code Style Guidelines for Contributors | Android Developers". Source.android.com. Retrieved 2014-01-18.
- ^ "Code Conventions for the JavaScript Programming Language". Javascript.crockford.com. 2006-11-13. Retrieved 2014-01-18.
- ^ "JavaScript 路 Styleguide". Github.com. Archived from the original on 2013-08-15. Retrieved 2014-01-18.
{{cite web}}
: Unknown parameter|deadurl=
ignored (|url-status=
suggested) (help) - ^ "JaveScript Style Rules". Google-styleguide.googlecode.com. Retrieved 2014-02-18.
- ^ jQuery Foundation - jquery.org. "JavaScript Style Guide | Contribute to jQuery". Contribute.jquery.org. Retrieved 2014-01-18.
- ^ "lua-users wiki: Lua Style Guide". lua-users.org. Retrieved 3 September 2017.
- ^ Allen, Jon (JJ), ed. (2015-06-15). "perlstyle: Perl style guide". Perl 5 Version 22.0 Documentation. Perl Foundation. Retrieved 2016-03-13.
- ^ "Coding standards". Drupal.org. Retrieved 2014-01-18.
- ^ "Manual :: Indenting and Line Length". Pear.php.net. Retrieved 2014-01-18.
- ^ "PHP Coding Standard (draft) - Contributors - Zend Framework Wiki". Framework.zend.com. Retrieved 2014-01-18.
- ^ "Style Guide : CodeIgniter User Guide". Ellislab.com. Retrieved 2014-01-18.
- ^ "WordPress › PHP Coding Standards « Make WordPress Core". Make.wordpress.org. Retrieved 2014-01-18.
- ^ "PHP : Coding Style Guide". Php-fig.org. Archived from the original on 2014-03-15. Retrieved 2014-02-18.
{{cite web}}
: Unknown parameter|deadurl=
ignored (|url-status=
suggested) (help) - ^ "PEP 8 -- Style Guide for Python Code". Python.org. Retrieved 3 September 2017.
- ^ Batsov, Bozhidar (3 September 2017). "ruby-style-guide: A community-driven Ruby coding style guide". Github.com. Retrieved 3 September 2017.
- ^ "rust: A safe, concurrent, practical language". Github.com. 3 September 2017. Retrieved 3 September 2017.
- ^ "Indentation - Scala Documentation". docs.scala-lang.org. Retrieved 3 September 2017.
- ^ Ray Johnson. "Tcl Style Guide" (PDF). Tcl.tk. Retrieved 3 September 2017.
- ^ "Structured Coding Conventions". msdn.microsoft.com. Retrieved 3 September 2017.