We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6c1dd commit 01ac5b8Copy full SHA for 01ac5b8
src/cmd/gofmt/doc.go
@@ -4,7 +4,10 @@
4
5
/*
6
Gofmt formats Go programs.
7
-It uses tabs (width = 8) for indentation and blanks for alignment.
+It uses tabs for indentation and blanks for alignment.
8
+
9
+Alignment assumes that an editor is using a fixed-width
10
+font and that a tab corresponds to 8 spaces.
11
12
Without an explicit path, it processes the standard input. Given a file,
13
it operates on that file; given a directory, it operates on all .go files in
0 commit comments