mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +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)
|
||||
;; Local Variables:
|
||||
;; indent-tabs-mode: nil
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
;;; yas-doc-helper.el ends here
|
||||
|
@ -125,6 +125,7 @@
|
||||
|
||||
(provide 'yasnippet-debug)
|
||||
;; Local Variables:
|
||||
;; indent-tabs-mode: nil
|
||||
;; byte-compile-warnings: (not cl-functions)
|
||||
;; End:
|
||||
;;; yasnippet-debug.el ends here
|
||||
|
@ -822,6 +822,7 @@ add the snippets associated with the given mode."
|
||||
|
||||
(provide 'yasnippet-tests)
|
||||
;; Local Variables:
|
||||
;; indent-tabs-mode: nil
|
||||
;; lexical-binding: t
|
||||
;; byte-compile-warnings: (not cl-functions)
|
||||
;; End:
|
||||
|
@ -4595,6 +4595,7 @@ can more or less safely rely upon them.")
|
||||
(provide 'yasnippet)
|
||||
;; Local Variables:
|
||||
;; coding: utf-8
|
||||
;; indent-tabs-mode: nil
|
||||
;; byte-compile-warnings: (not cl-functions)
|
||||
;; End:
|
||||
;;; yasnippet.el ends here
|
||||
|
Loading…
x
Reference in New Issue
Block a user