mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
Reformat, force line endings to LF for Go files
This commit is contained in:
parent
7b4be47578
commit
4503e905d7
1
,gitattributes
Normal file
1
,gitattributes
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.go text eol=lf
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -15,6 +15,9 @@
|
|||||||
# I use GoLand now
|
# I use GoLand now
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# I no longer have student GoLand
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# Nix build output
|
# Nix build output
|
||||||
result
|
result
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !windows
|
//go:build !windows
|
||||||
|
|
||||||
package curseforge
|
package curseforge
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user