mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 03:06:59 +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
|
@ -1,26 +0,0 @@
|
|||
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