Skip to content

Commit

Permalink
fix formals indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
heraplem committed Sep 26, 2024
1 parent afe8c93 commit 07e4899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nix-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ and for subsequent lines it's the previous line's indentation."
((match "interpolation" "indented_string_expression" nil nil nil) nix-ts-indent-multiline-string 0)
((parent-is "indented_string_expression") parent-bol 0)
((parent-is "string_fragment") nix-ts-indent-multiline-string 0)
((parent-is "formals") parent-bol 0)
((parent-is "binding_set") parent-bol 0)
((parent-is "binding") parent-bol nix-ts-mode-indent-offset)
((parent-is "let_expression") parent-bol nix-ts-mode-indent-offset)
Expand Down

0 comments on commit 07e4899

Please sign in to comment.