This website requires JavaScript.
Explore
Help
Sign In
sneak
/
mfer
Watch
1
Star
0
Fork
You've already forked mfer
0
Code
Issues
3
Pull Requests
2
Releases
Wiki
Activity
add fmt target
Browse Source
...
This commit is contained in:
Jeffrey Paul
2021-11-03 03:49:34 -07:00
parent
4a6469b003
commit
38df94a9b2
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
3
Makefile
Unescape
Escape
View File
@ -10,3 +10,6 @@ compile: $(PROTOC_GEN_GO)
clean
:
clean
:
rm -rfv proto/*.pb.go
rm -rfv proto/*.pb.go
fmt
:
prettier -w .
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
sneak/mfer
Title
Body
Create Issue