diff --git a/Modelica/package.mo b/Modelica/package.mo index c44e2f4de8..df802d4a23 100644 --- a/Modelica/package.mo +++ b/Modelica/package.mo @@ -1300,6 +1300,14 @@ be defined like: tab=\"Controller\", group=\"Speed control\")); +

Whitespace and Indentation

+

+Trailing white-space (i.e., white-space at the end of the lines) shall not be used. +The tab-character shall not be used, since the tab-stops are not standardized.

+

The code in a class shall be indented relative to the class in steps of two spaces; +except that the headings public, protected, equation, algorithm, and end of class marker shall not be indented. +The keywords public and protected are headings for a group of declarations. +

")); end Format;