Page MenuHomeDevCentral

Document coding style with EditorConfig
ClosedPublic

Authored by dereckson on Feb 24 2023, 20:02.
Tags
None
Referenced Files
F10056731: D2811.id7141.diff
Wed, Jun 18, 08:24
F10045980: D2811.id7140.diff
Wed, Jun 18, 03:41
Unknown Object (File)
Mon, Jun 16, 08:12
Unknown Object (File)
Sun, Jun 15, 19:46
Unknown Object (File)
Sun, Jun 15, 17:14
Unknown Object (File)
Sun, Jun 15, 17:13
Unknown Object (File)
Sun, Jun 15, 10:39
Unknown Object (File)
Sun, Jun 15, 10:36
Subscribers
None

Details

Summary

Style follows Nasqueron one:

  • 4 spaces for indentation
  • UNIX-style EOL (\n)
  • Encoding in UTF-8
  • Trailing whitespaces should be removed
  • Files should end with a new line (EOL at EOF)
Test Plan

Tested in Atom and PhpStorm

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4459
Build 4726: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 24 2023, 20:03