Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 572 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 572 Bytes

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
}