godot/modules/gdnative/gdnative
Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops
Using clang-tidy's `readability-braces-around-statements`.
https://clang.llvm.org/extra/clang-tidy/checks/readability-braces-around-statements.html
2020-05-14 21:57:34 +02:00
..
aabb.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
array.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
basis.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
color.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
dictionary.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
node_path.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
plane.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
pool_arrays.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
quat.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
rect2.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
rid.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
string.cpp Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
string_name.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
transform.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
transform2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
variant.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
vector2.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
vector3.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00