Page MenuHomeDevCentral

Document coding style with EditorConfig
ClosedPublic

Authored by dereckson on Feb 24 2023, 20:02.
Tags
None
Referenced Files
F7593325: D2811.id7141.diff
Tue, Apr 29, 09:04
F7576365: D2811.diff
Tue, Apr 29, 01:58
F7576360: D2811.id7140.diff
Tue, Apr 29, 01:58
F7558918: D2811.id7140.diff
Mon, Apr 28, 18:49
Unknown Object (File)
Sun, Apr 27, 06:55
Unknown Object (File)
Wed, Apr 23, 11:21
Unknown Object (File)
Mon, Apr 21, 23:06
Unknown Object (File)
Sun, Apr 20, 22:32
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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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