Standards
The standards to which code produced by The Frontier Group complies. Plus use pull requests to propose changes and additions to the standards documents.
Table of Contents
General
The code editor shall have the following settings:
- Newline at end of file
- No trailing whitespace
For Sublime Text:
{
"ensure_newline_at_eof_on_save": true,
"no_trailing_whitespace": true
}