This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Go uses ident size 8 with tabs. Nothing else.
We are using gofmt to format our code. This will emit tabs. The standard is tabs which is 8 spaces.
for-closed-social
Matthias Loibl
8 years ago
parent
85b8b7f4e1
commit
1ceb56fc7f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.editorconfig
+ 1
- 1
.editorconfig
View File
@ -10,7 +10,7 @@ trim_trailing_whitespace = true
[*.go]
indent_style
=
tab
indent_size
=
4
indent_size
=
8
[*.tmpl]
indent_style
=
tab
Write
Preview
Loading…
Cancel
Save