Skip to content
Snippets Groups Projects
Commit 53d3a799 authored by Mathieu OTHACEHE's avatar Mathieu OTHACEHE Committed by Lucas De Marchi
Browse files

emacs: add a .dir-locals.el

Use a global .dir-locals.el to setup a correct coding style for emacs
users.
parent d188504b
No related branches found
No related tags found
No related merge requests found
((prog-mode . ((indent-tabs-mode . nil)
(tab-width . 4)
(c-basic-offset . 4)))
(c-mode . ((mode . C++))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment