mirror of
https://github.com/open-goal/jak-project
synced 2026-09-01 01:52:03 -04:00
formatter: Format deftype correctly (#3391)
New configuration options to format column widths in deftype field definitions. Also force each field/method/state to be inlined.
This commit is contained in:
@@ -35,4 +35,5 @@ std::string to_lower(const std::string& str);
|
||||
/// Is this a valid character for a hex number?
|
||||
bool hex_char(char c);
|
||||
std::string titlize(const std::string& str);
|
||||
std::string pad_right(const std::string& input, const int width, const char padding_char);
|
||||
} // namespace str_util
|
||||
|
||||
Reference in New Issue
Block a user