mirror of
https://github.com/sharkdp/bat
synced 2026-08-02 18:41:42 +00:00
Rename wrap => wrapping
This commit is contained in:
+2
-2
@@ -35,10 +35,10 @@ pub(crate) mod printer;
|
||||
pub(crate) mod style;
|
||||
pub(crate) mod syntax_mapping;
|
||||
mod terminal;
|
||||
pub(crate) mod wrap;
|
||||
pub(crate) mod wrapping;
|
||||
|
||||
pub use line_range::LineRange;
|
||||
pub use pretty_printer::PrettyPrinter;
|
||||
pub use style::{StyleComponent, StyleComponents};
|
||||
pub use syntax_mapping::{MappingTarget, SyntaxMapping};
|
||||
pub use wrap::WrappingMode;
|
||||
pub use wrapping::WrappingMode;
|
||||
|
||||
Reference in New Issue
Block a user