Skip to content

Commit

Permalink
emacs: unreviewed. add settings for editing js files.
Browse files Browse the repository at this point in the history
* .dir-locals.el:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103334 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
[email protected] committed Dec 20, 2011
1 parent bade9e4 commit afd1a5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
(c++-mode
(indent-tabs-mode . nil)
(c-basic-offset . 4))
(java-mode
(indent-tabs-mode . nil)
(c-basic-offset . 4))
(change-log-mode
(indent-tabs-mode . nil)))
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2011-12-20 Ilya Tikhonovsky <[email protected]>

emacs: unreviewed. add settings for editing js files.

* .dir-locals.el:

2011-12-20 Rafael Brandao <[email protected]>

[Qt][WK2] Implement favicon support
Expand Down

0 comments on commit afd1a5a

Please sign in to comment.