Page MenuHomeDevCentral

Document coding style with EditorConfig
ClosedPublic

Authored by dereckson on Feb 24 2023, 20:02.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 31, 00:26
Unknown Object (File)
Sun, Mar 30, 21:23
Unknown Object (File)
Sun, Mar 16, 09:44
Unknown Object (File)
Mar 3 2025, 00:46
Unknown Object (File)
Feb 26 2025, 09:31
Unknown Object (File)
Feb 26 2025, 09:31
Unknown Object (File)
Feb 25 2025, 08:57
Unknown Object (File)
Feb 21 2025, 04:37
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