mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
add dir-locals for emacs users with code standards set
This commit is contained in:
parent
a4d586b24e
commit
5001cea3a3
3
.dir-locals.el
Normal file
3
.dir-locals.el
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
((c++-mode . ((indent-tabs-mode . t)
|
||||||
|
(tab-width . 2)))
|
||||||
|
(c-mode . ((mode . c++))))
|
Loading…
Reference in a new issue