Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

To improve code readability, it’s a common and a best practice to auto-format your code before committing it.

On the old projects where this best practice was in place, it is recommended to make run auto-format for each logic. It can be done all at once by selecting “elements” folders > Right click > Reformat Code. The “logic.json” files should be excluded, since those are auto-formatted by the pfxpackage engine in slightly different way!

In IntelliJ, the default key binding for file reformat is Ctrl+Alt+L

https://www.jetbrains.com/help/idea/reformat-and-rearrange-code.html

  • No labels