1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-01 07:32:01 +00:00

Remove tab-related text

This commit is contained in:
sharkdp
2018-11-01 13:28:55 +01:00
committed by David Peter
parent dda27b253b
commit d96ee2261f
25 changed files with 165 additions and 275 deletions

View File

@@ -17,21 +17,7 @@ _ fn main() {
fn area(rectangle: &Rectangle) -> u32 {
rectangle.width * rectangle.height
}
+
+ fn perimeter(rectangle: &Rectangle) -> u32 {
+ (rectangle.width + rectangle.height) * 2
+ }
+
// Tab alignment:
/*
Indent
1 2 3 4
1 ?
22 ?
333 ?
4444 ?
55555 ?
666666 ?
7777777 ?
88888888 ?
~ */