go-jsonnet/internal/formatter
2025-03-06 23:48:39 +00:00
..
add_plus_object.go Put AddPlusObject behind an option, rename FixPlusObject 2021-04-29 22:55:07 +02:00
BUILD.bazel fix bazel rules for formatter (#563) 2021-09-08 11:18:01 +01:00
enforce_comment_style.go Fix an out-of-bounds array access when formatting some empty comment 2025-03-06 23:48:39 +00:00
enforce_max_blank_lines.go Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
enforce_string_style.go Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
fix_indentation.go feat: add |||- chomped text block syntax (#773) 2025-01-20 21:45:15 +00:00
fix_newlines.go Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
fix_parens.go Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
fix_trailing_commas.go Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
jsonnetfmt.go Expose "unparse", FormatNode and RawAST (#710) 2023-06-14 19:56:49 +01:00
no_redundant_slice_colon.go Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
pretty_field_names.go Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
remove_plus_object.go Put AddPlusObject behind an option, rename FixPlusObject 2021-04-29 22:55:07 +02:00
sort_imports.go memory align structs (#635) 2022-10-19 06:19:15 +01:00
strip.go Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
unparser.go feat: add |||- chomped text block syntax (#773) 2025-01-20 21:45:15 +00:00