Created
April 6, 2022 16:39
-
-
Save luisalcarasr/e6edf8e13c04cdced8e7022a015a1b14 to your computer and use it in GitHub Desktop.
Basic Git configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
set number | |
set relativenumber | |
set sw=2 | |
set ts=2 | |
set autoindent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment