go-jsonnet/internal/formatter
Angus Lees 856bd58872 Add 'importbin' statement
Add `importbin` statement.  Similar to `importstr` but the result is
an array of numbers (all integers 0-255).
2022-03-03 22:49:02 +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 Add native golang formatter (#388) 2020-03-10 22:19:49 +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 Add 'importbin' statement 2022-03-03 22:49:02 +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 Rest of corresponding change to formatter, see https://github.com/google/jsonnet/pull/937 2021-12-21 12:22:28 +00: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 Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
strip.go Add native golang formatter (#388) 2020-03-10 22:19:49 +00:00
unparser.go Add 'importbin' statement 2022-03-03 22:49:02 +00:00