Coding Standard - PandaDono/Pandaminium GitHub Wiki

Respect the .editorconfig at the root of the project

  • Use 4 spaces for indent
  • Use the utf-8 encoding
  • Use the unix line ending
  • Add an empty line at the end of the file
  • Trim trailing whitespace