summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CodingStyle5
1 files changed, 3 insertions, 2 deletions
diff --git a/CodingStyle b/CodingStyle
index cee23dc6d..f35fc0fa4 100644
--- a/CodingStyle
+++ b/CodingStyle
@@ -209,14 +209,15 @@ close to our coding standards.
" Subsurface coding style
filetype plugin indent on
filetype detect
-set cindent tabstop=8 shiftwidth=8 cinoptions=l1,:0
+set cindent tabstop=8 shiftwidth=8 cinoptions=l1,:0,(0,g0
" TODO: extern "C" gets indented
-" TODO: content of class blocks gets indented
" And some sane defaults, optional, but quite nice
set nocompatible
syntax on
colorscheme default
+set hls
+set is
" The default blue is just impossible to see on a black terminal
highlight Comment ctermfg=Brown