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

Always use spaces for code (if possible) #609

Merged
merged 1 commit into from
May 12, 2019
Merged

Always use spaces for code (if possible) #609

merged 1 commit into from
May 12, 2019

Conversation

josephlr
Copy link
Contributor

Almost all the code in the blog uses spaces instead of tabs.
This change fixes 3 places where there was inconsistancy.

This was causing some of the content to appear misaligned.

Now tabs are only used in:

  • Makefiles
  • Dockerfiles
  • Command output (from objdump and diff) containing tabs
  • .fish files

Almost all the code in the blog uses spaces instead of tabs.
This change fixes 3 places where there was inconsistancy.

This was causing some of the content to appear misaligned.

Now tabs are only used in:
  - Makefiles
  - Dockerfiles
  - Command output (from `objdump` and `diff`) containing tabs
  - `.fish` files
@phil-opp
Copy link
Owner

Thanks!

@phil-opp phil-opp merged commit 1ebe869 into phil-opp:master May 12, 2019
@josephlr josephlr deleted the tabs branch October 9, 2020 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants