Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scripts-perso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Daniel Stan
scripts-perso
Commits
495d559b
Commit
495d559b
authored
Feb 15, 2017
by
Daniel STAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitconfig and vimrc
parent
8fe8dbd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
.config/.gitconfig
.config/.gitconfig
+9
-0
.config/.vimrc
.config/.vimrc
+12
-0
No files found.
.config/.gitconfig
0 → 100644
View file @
495d559b
[color]
diff
=
auto
status
=
auto
branch
=
auto
[user]
name
=
Daniel STAN
email
=
ds@tudo.re
[push]
default
=
simple
.config/.vimrc
0 → 100644
View file @
495d559b
syntax
on
set
nu
set
autoindent
set
tabstop
=
4
set
expandtab
set
modeline
autocmd
FileType
make
setlocal
noexpandtab
highlight
ColorColumn ctermbg
=
LightGrey guibg
=
LightGrey ctermfg
=
Black
execute
"set colorcolumn="
.
join
(
range
(
81
,
335
),
','
)
"match ErrorMsg '\%>80v.\+'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment