Page MenuHomeDevCentral

Document coding style with EditorConfig
ClosedPublic

Authored by dereckson on Feb 24 2023, 20:02.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 19:42
Unknown Object (File)
Wed, Nov 13, 19:13
Unknown Object (File)
Wed, Nov 13, 15:11
Unknown Object (File)
Tue, Nov 12, 18:32
Unknown Object (File)
Mon, Nov 11, 19:36
Unknown Object (File)
Sun, Nov 10, 11:09
Unknown Object (File)
Sun, Nov 10, 03:15
Unknown Object (File)
Sat, Nov 9, 14:43
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