Docs.rs
pine-format-0.2.2
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pine-format 0.2.2
An opinionated formatter for Pine Script.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
blank_before_comment.pine
blank_in_block.pine
blank_lines.pine
comments.pine
function_decl.pine
indent_blocks.pine
minimal_parens.pine
multiline_no_blank.pine
named_args.pine
spacing.pine
switch_expr.pine
version_annotation.pine
wrap_long_call.pine
1
2
3
4
5
6
7
x=close+1 y := a*b z = a and b or c ---- x = close + 1 y := a * b z = a and b or c