1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-02 06:54:15 +00:00

Merge pull request #704 from majestrate/master

add .dir-locals.el for emacs users
This commit is contained in:
orignal 2016-11-10 09:11:52 -05:00 committed by GitHub
commit 3562ac1438

2
.dir-locals.el Normal file
View File

@ -0,0 +1,2 @@
((c++-mode . ((indent-tabs-mode . t)))
(c-mode . ((mode . c++))))