| 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)
|
|
|
|
|