No long lines

master
Marc Gilleron 2020-09-13 02:14:41 +01:00
parent 34ae531b6d
commit 7f89f2db76
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Syntax
- Use Clang-format to automate most of these rules (the one included in Godot should do it)
- Constructors and destructors go on top
- Bindings go at the bottom. Private wrapper functions start with `_b_`.
- Avoid long lines. Preferred ruler is 100 characters.
C++ features
-------------