Page MenuHomeDevCentral

Document coding style with EditorConfig
ClosedPublic

Authored by dereckson on Feb 24 2023, 20:02.
Tags
None
Referenced Files
F3612331: D2811.id7140.diff
Tue, Oct 1, 15:41
F3612321: D2811.id7141.diff
Tue, Oct 1, 15:34
F3612032: D2811.diff
Tue, Oct 1, 13:30
Unknown Object (File)
Thu, Sep 19, 15:08
Unknown Object (File)
Sat, Sep 14, 04:25
Unknown Object (File)
Sat, Sep 14, 04:25
Unknown Object (File)
Tue, Sep 10, 06:33
Unknown Object (File)
Tue, Sep 10, 05:02
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