Преглед изворни кода

Initial configuration

pull/1/head
Jérôme Deuchnord пре 5 година
родитељ
комит
d18ac6c062
No known key found for this signature in database GPG Key ID: 1934652EA16ECB3B
2 измењених фајлова са 11 додато и 0 уклоњено
  1. +1
    -0
      vim/after/ftplugin/Makefile.vim
  2. +10
    -0
      vimrc

+ 1
- 0
vim/after/ftplugin/Makefile.vim Прегледај датотеку

@@ -0,0 +1 @@
setlocal noexpandtab

+ 10
- 0
vimrc Прегледај датотеку

@@ -0,0 +1,10 @@
filetype plugin indent on

set nu
set hls
set si

" Indentation
set expandtab
set shiftwidth=4
set softtabstop=4

Loading…
Откажи
Сачувај