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

simple string assignment split across lines not maintained #368

Open
sellout opened this issue Dec 16, 2022 · 0 comments
Open

simple string assignment split across lines not maintained #368

sellout opened this issue Dec 16, 2022 · 0 comments

Comments

@sellout
Copy link

sellout commented Dec 16, 2022

-    xdgUserDirsProjects =
-      "${config.home.homeDirectory}/${config.lib.local.xdgUserDirsProjectsRel}";
+    xdgUserDirsProjects = "${config.home.homeDirectory}/${config.lib.local.xdgUserDirsProjectsRel}";

The formatted line is too long, but without a more complicated expression, I can’t break it. Alejandra is happy to leave this version alone:

    xdgUserDirsProjects =
      config.home.homeDirectory + "/" + config.lib.local.xdgUserDirsProjectsRel;
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

1 participant