This file contains 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
# | |
# do not make any modifications to this file as this resides on github gist | |
# | |
# https://taskfile.dev | |
# | |
# go install github.com/go-task/task/v3/cmd/[email protected] | |
# ~/go/bin/task --list-all | |
# | |
# 0.2.3 | |
# |
This file contains 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
{ | |
"editor.detectIndentation": false, | |
"editor.fontLigatures": false, | |
"editor.formatOnSave": true, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 2, | |
"editor.rulers": [80], | |
// | |
// golang | |
// - golang.go |