diff --git a/.gitattributes b/.gitattributes index f6ed6a4..6859749 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ go.sum merge=union +*.go text eol=lf diff --git a/pkg/registry/configs/.cgapp.yml b/pkg/registry/configs/.cgapp.yml index 8f9af2c..b847f09 100644 --- a/pkg/registry/configs/.cgapp.yml +++ b/pkg/registry/configs/.cgapp.yml @@ -1,5 +1,5 @@ # A default configuration for Create Go App project. -# Author: Vic Shóstak (https://1wa.co) +# Author: Vic Shóstak (https://shostak.dev) # For more information, please visit https://create-go.app/ # Project config. diff --git a/pkg/registry/configs/.editorconfig b/pkg/registry/configs/.editorconfig index d7b6478..122c635 100644 --- a/pkg/registry/configs/.editorconfig +++ b/pkg/registry/configs/.editorconfig @@ -1,5 +1,5 @@ # A default .editorconfig for Create Go App project. -# Author: Vic Shóstak (https://1wa.co) +# Author: Vic Shóstak (https://shostak.dev) # For more information, please visit https://create-go.app/ root = true diff --git a/pkg/registry/configs/.gitattributes b/pkg/registry/configs/.gitattributes index a6fcf51..da91d2e 100644 --- a/pkg/registry/configs/.gitattributes +++ b/pkg/registry/configs/.gitattributes @@ -1,5 +1,6 @@ # A default .gitattributes for Create Go App project. -# Author: Vic Shóstak (https://1wa.co) +# Author: Vic Shóstak (https://shostak.dev) # For more information, please visit https://create-go.app/ go.sum merge=union +*.go text eol=lf diff --git a/pkg/registry/configs/.gitignore b/pkg/registry/configs/.gitignore index a41995c..856ef0e 100644 --- a/pkg/registry/configs/.gitignore +++ b/pkg/registry/configs/.gitignore @@ -1,5 +1,5 @@ # A default .gitignore for Create Go App project. -# Author: Vic Shóstak (https://1wa.co) +# Author: Vic Shóstak (https://shostak.dev) # For more information, please visit https://create-go.app/ # macOS diff --git a/pkg/registry/configs/Makefile b/pkg/registry/configs/Makefile index 6b92443..3100798 100644 --- a/pkg/registry/configs/Makefile +++ b/pkg/registry/configs/Makefile @@ -1,5 +1,5 @@ # A default Makefile for Create Go App project. -# Author: Vic Shóstak (https://1wa.co) +# Author: Vic Shóstak (https://shostak.dev) # For more information, please visit https://create-go.app/ .PHONY: test run build diff --git a/pkg/registry/configs/deploy-playbook.yml b/pkg/registry/configs/deploy-playbook.yml index 8475015..f9e3b78 100644 --- a/pkg/registry/configs/deploy-playbook.yml +++ b/pkg/registry/configs/deploy-playbook.yml @@ -1,5 +1,5 @@ # Ansible playbook for deploy the Create Go App project. -# Author: Vic Shóstak (https://1wa.co) +# Author: Vic Shóstak (https://shostak.dev) # For more information, please visit https://create-go.app/ ---