Add novaquark coding-style

This commit is contained in:
nemunaire 2014-06-11 12:05:51 +02:00
parent f3ce447551
commit 78d4664f64
1 changed files with 7 additions and 0 deletions

View File

@ -24,3 +24,10 @@
(statement-case-intro . 3)
(inclass . 3)
))))
(c-add-style
"novaquark"
'("stroustrup"
(show-trailing-whitespace t)
(indent-tabs-mode . nil)
(tab-width . 8)))