Page MenuHomeDevCentral

Document coding style with EditorConfig
ClosedPublic

Authored by dereckson on Feb 24 2023, 20:02.
Tags
None
Referenced Files
F10900618: D2811.id.diff
Mon, Aug 4, 12:00
F10898744: D2811.id7140.diff
Mon, Aug 4, 09:15
F10884879: D2811.diff
Sun, Aug 3, 16:32
Unknown Object (File)
Wed, Jul 30, 13:35
Unknown Object (File)
Mon, Jul 28, 15:14
Unknown Object (File)
Fri, Jul 25, 21:13
Unknown Object (File)
Wed, Jul 23, 07:07
Unknown Object (File)
Mon, Jul 21, 08:42
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