mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Documentation: Use a little more care with the trademarked Unix name.
This commit is contained in:
@@ -259,7 +259,7 @@
|
||||
<h2>1.2 <a name="lines">Lines</a></h2>
|
||||
<p>
|
||||
<b>Line Endings</b>.
|
||||
Files should be formatted with <code>\n</code> as the line ending (Unix line endings), not <code>\r\n</code> (Windows line endings).
|
||||
Files should be formatted with <code>\n</code> as the line ending (Unix-style line endings), not <code>\r\n</code> (Windows line endings).
|
||||
There should be no extra whitespace at the end of the line.
|
||||
In addition, all text files should end in a single newline (<code>\n</code>). This avoids the <i>"No newline at end of file"</i> warning generated by certain tools.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user