Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 630 Bytes

style.md

File metadata and controls

20 lines (12 loc) · 630 Bytes

Style Guide

aotutil

  • run make fmt before committing

Java

Terraform

  • run terraform fmt -recursive or cd terraform && make fmt
  • you can also use the Terraform Tools from context menu by right click on tf files, See this comment for screenshot

Markdown

  • use the markdown plugin from jetbrains IDE's to do the format, it enforces line wraps etc.