Page MenuHomeDevCentral

Document coding style with EditorConfig
ClosedPublic

Authored by dereckson on Feb 24 2023, 20:02.
Tags
None
Referenced Files
F44636585: D2811.diff
Mon, Aug 17, 23:30
F44535023: D2811.id7140.diff
Mon, Aug 17, 12:52
F44524881: D2811.id7141.diff
Mon, Aug 17, 11:52
Unknown Object (File)
Sun, Aug 16, 11:05
Unknown Object (File)
Sun, Aug 16, 08:49
Unknown Object (File)
Wed, Jul 29, 07:34
Unknown Object (File)
Tue, Jul 28, 05:10
Unknown Object (File)
Mon, Jul 27, 02:39
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