HaxeCheckstyle / haxe-formatter

Haxe code formatter based on tokentree
https://haxecheckstyle.github.io/haxe-formatter-docs/#codesamples.CommonSamples.allman_curlies
MIT License
72 stars 16 forks source link

added lineEndCharacter to set output line end character #633

Closed AlexHaxe closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #633 (7fceeea) into master (c1bfda1) will decrease coverage by 0.04%. The diff coverage is 97.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #633      +/-   ##
==========================================
- Coverage   89.00%   88.95%   -0.05%     
==========================================
  Files          19       19              
  Lines        7323     7345      +22     
  Branches      312      313       +1     
==========================================
+ Hits         6518     6534      +16     
- Misses        493      498       +5     
- Partials      312      313       +1     
Impacted Files Coverage Δ
src/formatter/codedata/VerbatimCodeLine.hx 100.00% <ø> (ø)
src/formatter/marker/MarkEmptyLines.hx 94.38% <ø> (-0.01%) :arrow_down:
src/formatter/marker/MarkLineEnds.hx 89.47% <90.00%> (+<0.01%) :arrow_up:
src/formatter/Formatter.hx 72.32% <100.00%> (+0.24%) :arrow_up:
src/formatter/codedata/CodeLine.hx 91.15% <100.00%> (ø)
src/formatter/codedata/CodeLines.hx 90.14% <100.00%> (-0.05%) :arrow_down:
src/formatter/codedata/ParsedCode.hx 86.75% <100.00%> (-1.71%) :arrow_down:
src/formatter/marker/MarkTokenText.hx 99.54% <100.00%> (+<0.01%) :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 c1bfda1...7fceeea. Read the comment docs.