Skip to content

Commit

Permalink
add Local Variables section to disable indent-tabs-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma committed May 2, 2012
1 parent 275bd60 commit 960077a
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gh-api.el
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,7 @@

(provide 'gh-api)
;;; gh-api.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:
4 changes: 4 additions & 0 deletions gh-auth.el
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@
;; to avoid circular dependencies...
(require 'gh-oauth)
;;; gh-auth.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:
4 changes: 4 additions & 0 deletions gh-cache.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@

(provide 'gh-cache)
;;; gh-cache.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:
4 changes: 4 additions & 0 deletions gh-common.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@

(provide 'gh-common)
;;; gh-common.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:
4 changes: 4 additions & 0 deletions gh-gist.el
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,7 @@

(provide 'gh-gist)
;;; gh-gist.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:
4 changes: 4 additions & 0 deletions gh-issues.el
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,7 @@

(provide 'gh-issues)
;;; gh-issues.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:
4 changes: 4 additions & 0 deletions gh-oauth.el
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@

(provide 'gh-oauth)
;;; gh-oauth.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:
4 changes: 4 additions & 0 deletions gh-orgs.el
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,7 @@

(provide 'gh-orgs)
;;; gh-org.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:
4 changes: 4 additions & 0 deletions gh-pulls.el
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,7 @@

(provide 'gh-pulls)
;;; gh-pulls.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:
4 changes: 4 additions & 0 deletions gh-repos.el
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,7 @@

(provide 'gh-repos)
;;; gh-repos.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:
4 changes: 4 additions & 0 deletions gh.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@

(provide 'gh)
;;; gh.el ends here

;; Local Variables:
;; indent-tabs-mode: nil
;; End:

0 comments on commit 960077a

Please sign in to comment.