mirror of
https://github.com/apple/pkl.git
synced 2026-03-27 11:31:11 +01:00
Apply pkl formatter to codebase (#1236)
This applies the Pkl formatter to `stdlib/` and `.circleci/`
This commit is contained in:
@@ -78,7 +78,7 @@ class Renderer extends ValueRenderer {
|
||||
/// If non-empty, renders object fields and array elements on separate lines,
|
||||
/// and strings containing newlines as `|||` multiline text blocks,
|
||||
/// with the given leading line [indent].
|
||||
indent: String|/*Deprecated*/Null = " "
|
||||
indent: String | /*Deprecated*/ Null = " "
|
||||
|
||||
/// Whether to omit Jsonnet object fields whose value is `null`.
|
||||
omitNullProperties: Boolean = true
|
||||
|
||||
Reference in New Issue
Block a user