Skip to content

Commit

Permalink
Use Emacs directory-variables
Browse files Browse the repository at this point in the history
This SDK uses specific formatting for .js files that are not
typically enabled in emacs js-mode.  This file will override
emacs defaults when someone works on the SDK .js files with
emacs, and be ignored everywhere else.

Change-Id: I83799fe3a57386eaa047ae1fb31f84f486dde136
Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Jan 20, 2017
1 parent 0b9981d commit 867e3b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
((js-mode . ((indent-tabs-mode . t)
(tab-width . 4)
(js-indent-level . 4))))

0 comments on commit 867e3b5

Please sign in to comment.