You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The indentation is correctly applied above. However, if the let keyword is given an independent line:
rec{test=letvar="value";in{inner_var=var;};}
You can see that the braces are not indented properly. This cascades further each time a let keyword is given its own line, which can make valid Nix look like this:
Take a look at how
vim-nix
indents this code:The indentation is correctly applied above. However, if the
let
keyword is given an independent line:You can see that the braces are not indented properly. This cascades further each time a
let
keyword is given its own line, which can make valid Nix look like this:The text was updated successfully, but these errors were encountered: