mirror of
https://github.com/sharkdp/bat.git
synced 2025-10-31 23:22:03 +00:00
Remove tab-related text
This commit is contained in:
@@ -16,22 +16,8 @@ _ │ 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 ?
|
||||
~ │ */
|
||||
──┴─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user