We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab04a23 commit 193d916Copy full SHA for 193d916
test/elixir-mode-indentation-tests.el
@@ -535,3 +535,12 @@ defmodule RSS do
535
x = 1
536
end
537
end")
538
+
539
+;; We don't want automatic whitespace cleanup here because of the significant
540
+;; whitespace after `Record' above. By setting `whitespace-action' to nil,
541
+;; `whitespace-mode' won't automatically clean up trailing whitespace (in my
542
+;; config, anyway).
543
544
+;;; Local Variables:
545
+;;; whitespace-action: nil
546
+;;; End:
0 commit comments