godot/core/crypto
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
..
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
crypto.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
crypto.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
crypto_core.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
crypto_core.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
hashing_context.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
hashing_context.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00