Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 867e3b5

Browse files
committed
Use Emacs directory-variables
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 <[email protected]>
1 parent 0b9981d commit 867e3b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.dir-locals.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
((js-mode . ((indent-tabs-mode . t)
2+
(tab-width . 4)
3+
(js-indent-level . 4))))

0 commit comments

Comments
 (0)