Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envrcd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
isgphys
envrcd
Commits
c232e54f
Commit
c232e54f
authored
6 years ago
by
Sven Mäder
Browse files
Options
Downloads
Patches
Plain Diff
Disable in vimrc: autoindent, linebreak, textwidth
parent
3925b3ad
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
profile/default_serial/.vimrc
+3
-3
3 additions, 3 deletions
profile/default_serial/.vimrc
profile/schmid/.vimrc
+3
-3
3 additions, 3 deletions
profile/schmid/.vimrc
with
6 additions
and
6 deletions
profile/default_serial/.vimrc
+
3
−
3
View file @
c232e54f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
profile/schmid/.vimrc
+
3
−
3
View file @
c232e54f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment