Skip to content
Snippets Groups Projects
Commit c232e54f authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Disable in vimrc: autoindent, linebreak, textwidth

parent 3925b3ad
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,11 @@ set ttyfast "fast terminal
set mouse= "disable mouse mode
filetype plugin on "enable filetype plugins
filetype indent on "automatic indentation according to filetype
set autoindent "preserve indentation on new line
"set autoindent "preserve indentation on new line
set backspace=eol,start,indent "allow backspace at end of line etc
set showmatch "show matching parenthesis
set linebreak "break line at end of a word
set textwidth=0 "don't break text after a certain length
"set linebreak "break line at end of a word
"set textwidth=0 "don't break text after a certain length
set tabstop=4 "show existing tab with 4 spaces width
set shiftwidth=4 "when indenting with '>', use 4 spaces width
set softtabstop=4 "use 4 spaces per tab when editing
......
......@@ -13,11 +13,11 @@ set ttyfast "fast terminal
set mouse= "disable mouse mode
filetype plugin on "enable filetype plugins
filetype indent on "automatic indentation according to filetype
set autoindent "preserve indentation on new line
"set autoindent "preserve indentation on new line
set backspace=eol,start,indent "allow backspace at end of line etc
set showmatch "show matching parenthesis
set linebreak "break line at end of a word
set textwidth=0 "don't break text after a certain length
"set linebreak "break line at end of a word
"set textwidth=0 "don't break text after a certain length
set tabstop=4 "show existing tab with 4 spaces width
set shiftwidth=4 "when indenting with '>', use 4 spaces width
set softtabstop=4 "use 4 spaces per tab when editing
......
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