Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Force trim whitespaces in .editorconfig #113

Closed Rantanen closed 5 years ago

Rantanen commented 5 years ago

Encountered some accidental whitespace-only changes in my own commits so figured I'd solve the problem once and for all with an .editorconfig setting.

Also tried to take care of the existing trailing whitespaces so they shouldn't result in commit-noise.

codecov-io commented 5 years ago

Codecov Report

Merging #113 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
+ Coverage   81.34%   81.35%   +<.01%     
==========================================
  Files          57       57              
  Lines        5067     5063       -4     
==========================================
- Hits         4122     4119       -3     
+ Misses        945      944       -1
Impacted Files Coverage Δ
intercom/src/comrc.rs 92% <ø> (ø) :arrow_up:
intercom-common/src/model/comimpl.rs 92.77% <ø> (-0.09%) :arrow_down:
intercom/src/variant.rs 89.46% <ø> (ø) :arrow_up:
intercom-common/src/guid.rs 91.42% <ø> (ø) :arrow_up:
intercom/src/guid.rs 92.44% <ø> (ø) :arrow_up:
intercom/src/lib.rs 83.33% <ø> (ø) :arrow_up:
intercom-common/src/attributes/common.rs 100% <100%> (ø) :arrow_up:
intercom/src/comitf.rs 91.3% <100%> (ø) :arrow_up:
intercom-common/src/model/comlibrary.rs 88.46% <100%> (ø) :arrow_up:
intercom-common/src/model/cominterface.rs 93.85% <100%> (-0.04%) :arrow_down:
... and 1 more

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 b35ec8f...4bae97a. Read the comment docs.