Code Format in V

Posted by yhuang
Public (Editable by Users)
V
None
Edit
// You don't need to worry about formatting your code or style guidelines. vfmt takes care of that:
// v fmt -w file.v
// It's recommended to set up your editor, so that vfmt runs on every save.

// Always run vfmt before pushing your code.