Page MenuHomeDevCentral

Document coding style with EditorConfig
ClosedPublic

Authored by dereckson on Feb 24 2023, 20:02.
Tags
None
Referenced Files
F6660881: D2811.diff
Sun, Apr 6, 13:27
Unknown Object (File)
Mon, Mar 31, 00:26
Unknown Object (File)
Sun, Mar 30, 21:23
Unknown Object (File)
Sun, Mar 16, 09:44
Unknown Object (File)
Mar 3 2025, 00:46
Unknown Object (File)
Feb 26 2025, 09:31
Unknown Object (File)
Feb 26 2025, 09:31
Unknown Object (File)
Feb 25 2025, 08:57
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