mirror of https://github.com/rwf2/Rocket.git
wrap line to avoid style error
This commit is contained in:
parent
c2251a4b48
commit
9768b681d0
|
@ -0,0 +1,8 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*.rs]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
indent_style = tab
|
||||||
|
tab_width = 4
|
|
@ -3,7 +3,8 @@ macro_rules! known_content_codings {
|
||||||
Any (is_any): "any content coding", "*",
|
Any (is_any): "any content coding", "*",
|
||||||
// BR (is_br): "Brotli Compressed Data Format", "br",
|
// BR (is_br): "Brotli Compressed Data Format", "br",
|
||||||
// COMPRESS (is_compress): "UNIX \"compress\" data format", "compress",
|
// COMPRESS (is_compress): "UNIX \"compress\" data format", "compress",
|
||||||
// DEFLATE (is_deflate): "\"deflate\" compressed data inside the \"zlib\" data format", "deflate",
|
// DEFLATE (is_deflate): "\"deflate\" compressed data inside the \"zlib\"
|
||||||
|
// data format", "deflate",
|
||||||
GZIP (is_gzip): "GZIP file format", "gzip",
|
GZIP (is_gzip): "GZIP file format", "gzip",
|
||||||
IDENTITY (is_identity): "Reserved", "identity",
|
IDENTITY (is_identity): "Reserved", "identity",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue