dlang-community / D-YAML

YAML parser and emitter for the D programming language
https://dlang-community.github.io/D-YAML/
Boost Software License 1.0
119 stars 37 forks source link

add ability to set Node style #148

Closed Herringway closed 6 years ago

Herringway commented 6 years ago

This allows users to have finer control over YAML output.

Fixes #85.

codecov[bot] commented 6 years ago

Codecov Report

Merging #148 into master will increase coverage by 0.08%. The diff coverage is 97.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
+ Coverage   93.29%   93.37%   +0.08%     
==========================================
  Files          31       31              
  Lines        4279     4331      +52     
==========================================
+ Hits         3992     4044      +52     
  Misses        287      287
Impacted Files Coverage Δ
source/dyaml/node.d 91.6% <97.61%> (+0.61%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update da4980a...e4087c2. Read the comment docs.