.gitattributes line-endings

This commit is contained in:
Noah Santschi-Cooney 2021-02-01 02:57:06 +00:00
parent 7d5a46470b
commit a4d1147606
3 changed files with 5 additions and 4 deletions

View file

@ -8,10 +8,10 @@ use serde_json::Value;
use url_norm::FromUrl;
use walkdir::WalkDir;
use std::{cell::RefCell, ffi::OsString, path::{Path, PathBuf}, str::FromStr};
use std::{cell::RefCell, path::PathBuf, str::FromStr};
use std::collections::{HashMap, HashSet};
use std::collections::hash_map::RandomState;
use std::convert::{TryFrom, TryInto};
use std::convert::TryFrom;
use std::fmt::{Display, Formatter, Debug};
use std::io::{stdin, stdout, BufRead, BufReader};
use std::rc::Rc;