Commit 171be76b authored by Martin v. Löwis's avatar Martin v. Löwis

Patch #755683: Document that there might be a maximum indentation limit.

Fixes #700827
parent 975302db
...@@ -185,7 +185,9 @@ first backslash determines the indentation. ...@@ -185,7 +185,9 @@ first backslash determines the indentation.
\strong{Cross-platform compatibility note:} because of the nature of \strong{Cross-platform compatibility note:} because of the nature of
text editors on non-UNIX platforms, it is unwise to use a mixture of text editors on non-UNIX platforms, it is unwise to use a mixture of
spaces and tabs for the indentation in a single source file. spaces and tabs for the indentation in a single source file. It
should also be noted that different platforms may explicitly limit the
maximum indentation level.
A formfeed character may be present at the start of the line; it will A formfeed character may be present at the start of the line; it will
be ignored for the indentation calculations above. Formfeed be ignored for the indentation calculations above. Formfeed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment