diff --git a/Documentation/NuttXCCodingStandard.html b/Documentation/NuttXCCodingStandard.html index 4740cc58e8c..270b036a049 100644 --- a/Documentation/NuttXCCodingStandard.html +++ b/Documentation/NuttXCCodingStandard.html @@ -259,7 +259,7 @@
Line Endings.
- Files should be formatted with \n as the line ending (Unix-style line endings), not \r\n (Windows line endings).
+ Files should be formatted with the newline character (\n) as the line ending (Unix-style line endings) and specifically not the carriage return, newline sequence (\r\n) used with Windows-style 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 (\n). This avoids the "No newline at end of file" warning generated by certain tools.