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

astyle broken formatter #337

Open
Icy-Thought opened this issue Dec 25, 2024 · 0 comments
Open

astyle broken formatter #337

Icy-Thought opened this issue Dec 25, 2024 · 0 comments

Comments

@Icy-Thought
Copy link

You have to manually add the code provided below to your emacs configuration file for the apheleia astyle formatter to function as intended. Maybe we should upstream the solution that hlissner has come up with?

(setf (alist-get 'astyle apheleia-formatters)
        '("astyle" (mapconcat 'identity (apheleia-formatters-locate-file "--options=" ".astylerc"))))

Source: doomemacs/doomemacs#7718

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant