scfmt

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2021 License: Apache-2.0

README

scfmt

scfmt is a tiny util for C to produce semicolons ;

How to use

get the util by:

go get github.com/DmitriiTrifonov/scfmt

build the project and just use it at project root:

./bin/scfmt example/hello_world.c

you can add the binary to $PATH to use it across the system

Before
#include "stdio.h"

int main() {
     printf("hello, world!")
     printf("you can test the util with this file")
}
After
#include "stdio.h"

int main() {
     printf("hello, world!");
     printf("you can test the util with this file");
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL