Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: Format code with clang-format 6.0.1 | Rémi Verschelde | 2018-07-18 | 1 | -1/+8 |
| | |||||
* | Style: Apply clang-format to Java files | Rémi Verschelde | 2017-12-10 | 1 | -1/+4 |
| | | | | Only those from org/godotengine/godot though, not the thirdparty ones. | ||||
* | Style: Update definitions for clang-format 5.0.0 | Rémi Verschelde | 2017-12-07 | 1 | -16/+34 |
| | | | | This will be the new standard from now on. | ||||
* | Style: Add .clang-format based on LLVM style | Rémi Verschelde | 2017-02-11 | 1 | -0/+98 |
Adapted some parameters to fit the de facto Godot style as closely as possible (tab indentation, long lines with no wrapping - for now -, indented case labels, left-aligned pointer operators). |