Mention that tabs should be used in the beginning of a line where more
than 8 spaces would have been used. Reviewed by: nik, jim
This commit is contained in:
parent
fcf8a81df9
commit
7330e75047
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9121
2 changed files with 10 additions and 4 deletions
en_US.ISO8859-1/books/fdp-primer/writing-style
en_US.ISO_8859-1/books/fdp-primer/writing-style
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/writing-style/chapter.sgml,v 1.8 2000/06/15 01:00:01 kevlo Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/writing-style/chapter.sgml,v 1.9 2000/08/08 23:39:14 marko Exp $
|
||||
-->
|
||||
|
||||
<chapter id="writing-style">
|
||||
|
@ -172,7 +172,10 @@
|
|||
which might contain this one.</para>
|
||||
|
||||
<para>Every start tag increases the indentation level by 2 spaces, and
|
||||
every end tag decreases the indentation level by 2 spaces. Content
|
||||
every end tag decreases the indentation level by 2 spaces. Replace
|
||||
as many leading spaces with tabs as appropriate. Do not use
|
||||
spaces in front of tabs, and do not add extraneous whitespace at the
|
||||
end of a line. Content
|
||||
within elements should be indented by two spaces if the content runs
|
||||
over more than one line.</para>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/writing-style/chapter.sgml,v 1.8 2000/06/15 01:00:01 kevlo Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/writing-style/chapter.sgml,v 1.9 2000/08/08 23:39:14 marko Exp $
|
||||
-->
|
||||
|
||||
<chapter id="writing-style">
|
||||
|
@ -172,7 +172,10 @@
|
|||
which might contain this one.</para>
|
||||
|
||||
<para>Every start tag increases the indentation level by 2 spaces, and
|
||||
every end tag decreases the indentation level by 2 spaces. Content
|
||||
every end tag decreases the indentation level by 2 spaces. Replace
|
||||
as many leading spaces with tabs as appropriate. Do not use
|
||||
spaces in front of tabs, and do not add extraneous whitespace at the
|
||||
end of a line. Content
|
||||
within elements should be indented by two spaces if the content runs
|
||||
over more than one line.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue