mirror of
https://github.com/golang/go
synced 2024-11-19 04:34:39 -07:00
12 lines
164 B
JSON
12 lines
164 B
JSON
|
{
|
||
|
"rules": {
|
||
|
"indent": [
|
||
|
true,
|
||
|
"tabs"
|
||
|
],
|
||
|
"semicolon": [
|
||
|
true,
|
||
|
"always"
|
||
|
]
|
||
|
}
|
||
|
}
|