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

just --fmt should preserve tabs #1684

Open
poliorcetics opened this issue Oct 3, 2023 · 1 comment
Open

just --fmt should preserve tabs #1684

poliorcetics opened this issue Oct 3, 2023 · 1 comment

Comments

@poliorcetics
Copy link
Contributor

default:
	just --list

Run just --color always --fmt --unstable --check on this file, you'll get this diff:

$ just --color always --check --fmt --unstable
 default:
-	just --list
+    just --list

Version: 1.14.0, obtained via nix-unstable channel

@casey
Copy link
Owner

casey commented Oct 9, 2023

So the issue is that just --fmt should preserve tabs? That seems reasonable to me.

@poliorcetics poliorcetics changed the title just --fmt doesn't understand tabs just --fmt should preserve tabs Oct 9, 2023
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

No branches or pull requests

2 participants