diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 14:00:30 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 14:00:30 -0400 |
| commit | 1f78aa8783eba223427509834d64f8f5214f1a98 (patch) | |
| tree | eaddcb1a8c31d280b0f1c98ecda91ac4d89d632a /src/formatter.h | |
| parent | 3e2c911ce260907e3f8f4a4278a7c0ec4793e78a (diff) | |
Improved formatting
Diffstat (limited to 'src/formatter.h')
| -rw-r--r-- | src/formatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatter.h b/src/formatter.h index dd4c7815..bead52ec 100644 --- a/src/formatter.h +++ b/src/formatter.h @@ -6,6 +6,6 @@ #include "stdlib/datatypes.h" Text_t format_file(const char *path); -Text_t format_code(ast_t *ast, Table_t comments); +Text_t format_code(ast_t *ast, Table_t comments, Text_t indentation); OptionalText_t format_inline_code(ast_t *ast, Table_t comments); OptionalText_t next_comment(Table_t comments, const char **pos, const char *end); |
