Rename NewlineStyle -> LineEnding
This commit is contained in:
parent
0ba12eab22
commit
9804c683c0
7 changed files with 58 additions and 58 deletions
|
@ -9,7 +9,7 @@ use rpc::proto;
|
|||
use std::{ops::Range, sync::Arc};
|
||||
use text::*;
|
||||
|
||||
pub use proto::{Buffer, BufferState, NewlineStyle, SelectionSet};
|
||||
pub use proto::{Buffer, BufferState, LineEnding, SelectionSet};
|
||||
|
||||
pub fn serialize_operation(operation: &Operation) -> proto::Operation {
|
||||
proto::Operation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue