Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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
Labels
component | style Modifications to the formatting rules roadmap | long lines status | it is a good thing We agree it is good to implement this type | feature request New feature or request

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;
@kamadorueda kamadorueda added type | feature request New feature or request component | style Modifications to the formatting rules status | it is a good thing We agree it is good to implement this roadmap | long lines labels Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component | style Modifications to the formatting rules roadmap | long lines status | it is a good thing We agree it is good to implement this type | feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants