vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit 49d6089618f2c4ee8bbc77a5f6317974d7499348
parent fa93dee6150e36d05c17c863994fa7c0385a2314
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Mon, 23 Jan 2023 18:24:11 -0500

Added haskell ftplugin

Diffstat:
Aftplugin/haskell.vim | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/ftplugin/haskell.vim b/ftplugin/haskell.vim @@ -0,0 +1,5 @@ +setlocal autoindent +setlocal expandtab +setlocal softtabstop=4 +setlocal shiftwidth=4 +