Skip to content

Commit

Permalink
Merge pull request #70 from will-moore/spec_naming_style
Browse files Browse the repository at this point in the history
Add camelCase naming style rule
  • Loading branch information
joshmoore authored Nov 8, 2021
2 parents b5a1f6c + 262e109 commit 3ec8d61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions latest/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,13 @@ the last two fields of view were part of the second acquisition.
}
```

Specification naming style {#naming-style}
==========================================

Multi-word keys in this specification should use the `camelCase` style.
NB: some parts of the specification don't obey this convention as they
were added before this was adopted, but they should be updated in due course.

Implementations {#implementations}
==================================

Expand Down

0 comments on commit 3ec8d61

Please sign in to comment.