chore: format all files to nixpkgs standards

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-01-16 11:33:01 -03:00
parent c089af45ef
commit 965ac78482
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
12 changed files with 152 additions and 121 deletions

View file

@ -27,7 +27,7 @@
extraConfig = {
core = {
# Set the editor to be used by GIT
# Set the editor to be used by GIT
editor = "nvim";
# Custom .gitignore
@ -38,13 +38,13 @@
};
color = {
# Use colors in GIT commmands.
ui = "auto";
# Use colors in GIT commmands.
ui = "auto";
};
commit = {
# https://help.github.com/articles/signing-commits-using-gpg/
gpgsign = true;
# https://help.github.com/articles/signing-commits-using-gpg/
gpgsign = true;
};
tag = {