• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..27-Sep-2021-

LICENSEH A D27-Sep-20211.1 KiB84

README.mdH A D27-Sep-2021275 84

main.goH A D27-Sep-20213.6 KiB159119

README.md

1# Whitespace linter
2
3Whitespace is a linter that checks for unnecessary newlines at the start and end of functions, if, for, etc.
4
5## Installation guide
6
7Whitespace is included in [https://github.com/golangci/golangci-lint/](golangci-lint). Install it and enable whitespace.
8