mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 23:30:16 -04:00
formatter: add tree-sitter dependency and commit early draft work on a proper code formatter (#2536)
This commit is contained in:
@@ -20,4 +20,5 @@ std::string diff(const std::string& lhs, const std::string& rhs);
|
||||
std::vector<std::string> split(const ::std::string& str, char delimiter = '\n');
|
||||
std::string join(const std::vector<std::string>& strs, const std::string& join_with);
|
||||
std::vector<std::string> regex_get_capture_groups(const std::string& str, const std::string& regex);
|
||||
bool replace(std::string& str, const std::string& from, const std::string& to);
|
||||
} // namespace str_util
|
||||
|
||||
Reference in New Issue
Block a user