mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
enforce use of spaces for indentation
This commit is contained in:
parent
37df653a67
commit
70de82164c
@ -162,6 +162,7 @@
|
|||||||
|
|
||||||
(provide 'yas-doc-helper)
|
(provide 'yas-doc-helper)
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
;; indent-tabs-mode: nil
|
||||||
;; coding: utf-8
|
;; coding: utf-8
|
||||||
;; End:
|
;; End:
|
||||||
;;; yas-doc-helper.el ends here
|
;;; yas-doc-helper.el ends here
|
||||||
|
@ -125,6 +125,7 @@
|
|||||||
|
|
||||||
(provide 'yasnippet-debug)
|
(provide 'yasnippet-debug)
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
;; indent-tabs-mode: nil
|
||||||
;; byte-compile-warnings: (not cl-functions)
|
;; byte-compile-warnings: (not cl-functions)
|
||||||
;; End:
|
;; End:
|
||||||
;;; yasnippet-debug.el ends here
|
;;; yasnippet-debug.el ends here
|
||||||
|
@ -822,6 +822,7 @@ add the snippets associated with the given mode."
|
|||||||
|
|
||||||
(provide 'yasnippet-tests)
|
(provide 'yasnippet-tests)
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
;; indent-tabs-mode: nil
|
||||||
;; lexical-binding: t
|
;; lexical-binding: t
|
||||||
;; byte-compile-warnings: (not cl-functions)
|
;; byte-compile-warnings: (not cl-functions)
|
||||||
;; End:
|
;; End:
|
||||||
|
@ -4595,6 +4595,7 @@ can more or less safely rely upon them.")
|
|||||||
(provide 'yasnippet)
|
(provide 'yasnippet)
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
;; coding: utf-8
|
;; coding: utf-8
|
||||||
|
;; indent-tabs-mode: nil
|
||||||
;; byte-compile-warnings: (not cl-functions)
|
;; byte-compile-warnings: (not cl-functions)
|
||||||
;; End:
|
;; End:
|
||||||
;;; yasnippet.el ends here
|
;;; yasnippet.el ends here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user