dotfiles

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

commit c2ea6a61e0994698e93b71f5ad5c049d7c4fb797
parent 53e4a8100b40190a890027c6263fd61252dc78d2
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue,  4 Jan 2022 12:19:46 -0500

Updated editorconfig and gitconfig

Diffstat:
Mhome/.editorconfig | 6+++++-
Mhome/.gitconfig | 2+-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/home/.editorconfig b/home/.editorconfig @@ -16,10 +16,14 @@ indent_style = tab tab_width = 4 max_line_length = 79 -[*.{py,R}] +[*.py] indent_style = space indent_size = 4 +[*.R] +indent_style = space +indent_size = 2 + [Makefile] indent_style = tab diff --git a/home/.gitconfig b/home/.gitconfig @@ -1,6 +1,6 @@ [user] name = Pablo Cárdenas - email = pablo-cardenas@outlook.com + email = pablo.cardenas@imca.edu.pe [diff] tool = vimdiff