Skip to content

Commit 838703f

Browse files
committed
Update CODING_STANDARDS.md
1 parent c1077b0 commit 838703f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CODING_STANDARDS.md

+3
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ Same thing for `glm::`.
207207

208208
Other namespaces judged on a case-by-case basis.
209209

210+
## Float format
211+
A trailing zero is preferred for whole numbers: `1.0f` instead of `1.f`
212+
210213
# Misc
211214
## Class member order
212215
Member functions and properties should be declared in the following order:

0 commit comments

Comments
 (0)