Ada 95 Quality and Style Guide Chapter 2
The physical layout of source text on the page
or screen has a strong effect on its readability. This chapter
contains source code presentation guidelines intended to make
the code more readable.
In addition to the general purpose guidelines, specific recommendations
are made in the "instantiation"
An entirely consistent layout is hard to achieve or check manually. Therefore, you may prefer to automate layout with a tool for parameterized code formatting or incorporate the guidelines into an automatic coding template. Some of the guidelines and specific recommendations presented in this chapter cannot be enforced by a formatting tool because they are based on the semantics, not the syntax, of the Ada code. More details are given in the "automation notes" sections.
2.1 CODE FORMATTING
2.2 SUMMARY