mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-12 01: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
|
||||
.idea/
|
||||
|
||||
# I no longer have student GoLand
|
||||
.vscode/
|
||||
|
||||
# Nix build output
|
||||
result
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !windows
|
||||
//go:build !windows
|
||||
|
||||
package curseforge
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user