Page MenuHomeDevCentral

Document coding style with EditorConfig
ClosedPublic

Authored by dereckson on Feb 24 2023, 20:02.
Tags
None
Referenced Files
F4078644: D2811.diff
Fri, Jan 31, 06:20
Unknown Object (File)
Mon, Jan 27, 04:34
Unknown Object (File)
Sun, Jan 26, 00:04
Unknown Object (File)
Fri, Jan 24, 05:52
Unknown Object (File)
Wed, Jan 22, 23:15
Unknown Object (File)
Wed, Jan 22, 11:27
Unknown Object (File)
Mon, Jan 20, 16:25
Unknown Object (File)
Sun, Jan 19, 06:05
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