Skip to content

Instantly share code, notes, and snippets.

@vancluever
Created April 26, 2018 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vancluever/da53d5377a4a1a129445c96cf7401410 to your computer and use it in GitHub Desktop.
Save vancluever/da53d5377a4a1a129445c96cf7401410 to your computer and use it in GitHub Desktop.
HCL + Go mixed indentation example (vim-airline)
package main
import "fmt"
const fooBar = `
resource "foo" "bar" {
a = "b"
}
`
func main() {
fmt.Println("vim-go")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment