7 Commits
Author SHA1 Message Date
nortega a4b5c7d85e Change author to Skudonet.
It's actually the copyright holder, so it shouldn't be my name since
this is a work account.
2026-07-13 08:40:22 +02:00
nortega 32aa03aee3 Change licenser_author e-mail to Skudonet address. 2026-07-13 08:37:38 +02:00
nortega ef4ffbb82a Merge branch 'master' into skudonet 2026-07-13 08:37:04 +02:00
nortega 8ae8f548e6 List whitespace characters. 2026-07-13 08:36:02 +02:00
nortega 4d455f4254 Change indentation to 2. 2026-06-08 15:58:54 +02:00
nortega 86468f80fc Set expandtab globally. 2026-05-15 09:48:33 +02:00
nortega d8b85232cf Set specific configuration for pound project. 2026-05-13 11:26:25 +02:00
+3 -3
View File
@@ -28,8 +28,8 @@ filetype plugin on
""" General
" indentation
set tabstop=4 " tabs only count for 4 spaces
set shiftwidth=4 " when indenting use 4 spaces
set tabstop=2 " tabs only count for 4 spaces
set shiftwidth=2 " when indenting use 4 spaces
set expandtab " don't use tab characters
"set autoindent
@@ -156,7 +156,7 @@ let g:airline#extensions#whitespace#mixed_indent_algo = 2
let g:airline#extensions#whitespace#checks = [ 'indent', 'long']
" vim-licenser
let g:licenser_author = 'Nicolás A. Ortega <nicolas@ortegas.org>'
let g:licenser_author = 'Skudonet S.L. <community@skudonet.com>'
" FZF
nnoremap <leader>f :Files<CR>