Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion style.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ is matched by the regular expression `[$\w]+`.

| Style | Category |
| ---------------- | -------------------------------------------------- |
| `UpperCamelCase` | class / interface / type / enum / decorator / type / parameters |
| `UpperCamelCase` | class / interface / type / enum / decorator / type parameters |
| `lowerCamelCase` | variable / parameter / function / method / property / module alias |
| `CONSTANT_CASE` | global constant values, including enum values |
| `#ident` | private identifiers are never used. |
Expand Down