Przeglądaj źródła

Initial configuration

pull/1/head
Jérôme Deuchnord 5 lat temu
rodzic
commit
d18ac6c062
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 1934652EA16ECB3B
2 zmienionych plików z 11 dodań i 0 usunięć
  1. +1
    -0
      vim/after/ftplugin/Makefile.vim
  2. +10
    -0
      vimrc

+ 1
- 0
vim/after/ftplugin/Makefile.vim Wyświetl plik

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

+ 10
- 0
vimrc Wyświetl plik

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

set nu
set hls
set si

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

Ładowanie…
Anuluj
Zapisz