summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic (Chun-Ju) Yang <victoryang@chromium.org>2014-02-04 15:40:19 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-02-05 03:20:57 +0000
commit8084d57c89783cef23a751acb3f873ed320b7dc9 (patch)
treeb022851ebf2a63142a4bd25ac65021945b922fbd
parent6fe3172ac05a2b51422f1eaf99237e375184613f (diff)
downloadchrome-ec-8084d57c89783cef23a751acb3f873ed320b7dc9.tar.gz
Add vim filetype tag for Makefile.rules
Vim cannot tell the file type of Makefile.rules by itself. Adding this tag to save myself from the nightmare of reading the file without syntax highlighting. BUG=None TEST=Open the file with vim and emacs. Both get the correct file type. BRANCH=None Change-Id: Ibcc920c0fb7c9575427b29a90b9973ecf3420b3c Signed-off-by: Vic (Chun-Ju) Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/184791 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Doug Anderson <dianders@chromium.org>
-rw-r--r--Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 103a12c0ac..70b6e26147 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1,4 +1,5 @@
# -*- makefile -*-
+# vim: set filetype=make :
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.