Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First tab-stopp is off by one to the left, resulting in default unix files not being aligned nicely #184

Closed
monkeydom opened this issue Jul 5, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@monkeydom
Copy link

E.g.:

dom@dreizehn:~$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1	localhost
255.255.255.255	broadcasthost
::1             localhost
dom@dreizehn:~$ bat /etc/hosts
───────┬────────────────────────────────────────────────────────────────────────────────────────────
       │ File: /etc/hosts
───────┼────────────────────────────────────────────────────────────────────────────────────────────
   1   │ ##
   2   │ # Host Database
   3   │ #
   4   │ # localhost is used to configure the loopback interface
   5   │ # when the system is booting.  Do not change this entry.
   6   │ ##
   7   │ 127.0.0.1      localhost
   8   │ 255.255.255.255        broadcasthost
   9   │ ::1             localhost
───────┴────────────────────────────────────────────────────────────────────────────────────────────
@sharkdp
Copy link
Owner

sharkdp commented Jul 5, 2018

Thank you for reporting this. This is related to #166.

@sharkdp sharkdp added the bug Something isn't working label Jul 5, 2018
@sharkdp sharkdp added this to the v0.5.0 milestone Aug 18, 2018
@sharkdp sharkdp removed this from the v0.6.0 milestone Aug 28, 2018
@sharkdp
Copy link
Owner

sharkdp commented Sep 12, 2018

Fix released in v0.7.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants