Fix coding-style: tab and trailling whitespaces
This commit is contained in:
parent
0d096766f6
commit
6f0669788e
@ -1,5 +1,7 @@
|
|||||||
(add-to-list 'c-style-alist
|
(add-to-list 'c-style-alist
|
||||||
'("epita"
|
'("epita"
|
||||||
|
(show-trailing-whitespace t)
|
||||||
|
(indent-tabs-mode . nil)
|
||||||
(c-basic-offset . 2)
|
(c-basic-offset . 2)
|
||||||
(c-comment-only-line-offset . 0)
|
(c-comment-only-line-offset . 0)
|
||||||
(c-hanging-braces-alist . ((substatement-open before after)))
|
(c-hanging-braces-alist . ((substatement-open before after)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user