Page MenuHomeDevCentral

Document coding style with EditorConfig
ClosedPublic

Authored by dereckson on Feb 24 2023, 20:02.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 22, 10:04
Unknown Object (File)
Mon, May 19, 20:20
Unknown Object (File)
Mon, May 19, 11:37
Unknown Object (File)
Mon, May 19, 08:00
Unknown Object (File)
Sun, May 18, 08:52
Unknown Object (File)
Sat, May 17, 02:54
Unknown Object (File)
Tue, May 13, 05:58
Unknown Object (File)
Tue, May 13, 05: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 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