We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nixpkgs editorconfig has a couple of exceptions, we should make sure if we can drop them after reformat:
[eggs.nix] trim_trailing_whitespace = unset [nixos/modules/services/networking/ircd-hybrid/*.{conf,in}] trim_trailing_whitespace = unset [pkgs/build-support/dotnetenv/Wrapper/**] end_of_line = unset indent_style = unset insert_final_newline = unset trim_trailing_whitespace = unset [pkgs/development/haskell-modules/hackage-packages.nix] indent_style = unset trim_trailing_whitespace = unset [pkgs/misc/documentation-highlighter/**] insert_final_newline = unset [pkgs/kde/generated/**] insert_final_newline = unset end_of_line = unset
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nixpkgs editorconfig has a couple of exceptions, we should make sure if we can drop them after reformat:
The text was updated successfully, but these errors were encountered: