Fix coding-style: tab and trailling whitespaces

This commit is contained in:
nemunaire 2016-03-04 11:25:28 +01:00
parent 0d096766f6
commit 6f0669788e
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
(add-to-list 'c-style-alist
'("epita"
(show-trailing-whitespace t)
(indent-tabs-mode . nil)
(c-basic-offset . 2)
(c-comment-only-line-offset . 0)
(c-hanging-braces-alist . ((substatement-open before after)))