mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 16:51:38 +02:00
refactor: reorganize with some changes the docker images and manage.sh
This commit is contained in:
parent
3b648f5aa5
commit
a2c41cf9a7
20 changed files with 321 additions and 198 deletions
26
docker/devenv/files/vimrc
Executable file
26
docker/devenv/files/vimrc
Executable file
|
@ -0,0 +1,26 @@
|
|||
set nocompatible
|
||||
|
||||
set bs=2
|
||||
set ts=4
|
||||
set tw=1000000000
|
||||
|
||||
set expandtab
|
||||
set tabstop=8
|
||||
set softtabstop=4
|
||||
set shiftwidth=4
|
||||
filetype indent off
|
||||
filetype plugin on
|
||||
|
||||
syntax on
|
||||
|
||||
set autoindent
|
||||
set showmatch
|
||||
set showmode
|
||||
set mousehide
|
||||
|
||||
set nowrapscan
|
||||
set hlsearch
|
||||
set incsearch
|
||||
|
||||
set fileencoding=utf8
|
||||
set encoding=utf8
|
Loading…
Add table
Add a link
Reference in a new issue