Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: tools/gn/misc/emacs/gn-mode.el

Issue 1341943002: gn-mode: Clear indent-tabs-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rietveld sucks Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/misc/emacs/gn-mode.el
diff --git a/tools/gn/misc/emacs/gn-mode.el b/tools/gn/misc/emacs/gn-mode.el
index c7ee08bcf0a8de08e0584a3afb403995e666c122..14bcd93bae12363f7ed3d72574c0c9e857730dad 100644
--- a/tools/gn/misc/emacs/gn-mode.el
+++ b/tools/gn/misc/emacs/gn-mode.el
@@ -132,6 +132,7 @@ variable name or the '{{' and '}}' which surround it."
(setq-local comment-use-syntax t)
(setq-local comment-start "#")
(setq-local comment-end "")
+ (setq-local indent-tabs-mode nil)
(setq-local fill-paragraph-function 'gn-fill-paragraph)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698