branch: elpa/buttercup commit 3d3aff905ead731c7c89833d859a3c4ef8ae60a9 Author: Ola Nilsson <ola.nils...@gmail.com> Commit: Ola Nilsson <ola.nils...@gmail.com>
Set file local code-style variables in test-buttercup.el Set indent-tabs-mode and sentence-end-double-space to nil. --- tests/test-buttercup.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test-buttercup.el b/tests/test-buttercup.el index 54df118..81b72e1 100644 --- a/tests/test-buttercup.el +++ b/tests/test-buttercup.el @@ -960,6 +960,9 @@ (expect (length (cdr specs)) :to-equal 1) (expect (cl-caadr specs) :to-equal "should fontify special keywords"))))) +;; Local Variables: +;; indent-tabs-mode: nil +;; sentence-end-double-space: nil +;; End: (provide 'test-buttercup) - ;;; test-buttercup.el ends here