Page MenuHomeDevCentral

Use 4 spaces as indent
AcceptedPublic

Authored by dereckson on Jun 5 2023, 23:26.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 24, 14:21
Unknown Object (File)
Sat, Jul 20, 12:02
Unknown Object (File)
Mon, Jul 15, 18:55
Unknown Object (File)
Mon, Jul 15, 18:13
Unknown Object (File)
Mon, Jul 15, 12:43
Unknown Object (File)
Thu, Jul 11, 08:39
Unknown Object (File)
Sun, Jul 7, 08:13
Unknown Object (File)
Wed, Jul 3, 06:58
Subscribers
None

Details

Reviewers
inidal
Summary

The Vue default front-end uses 2 spaces for indent, switch to 4.
Back-end is currently left as is, the first commit will take care of style too.

Provide EditorConfig coding stle configuration.

Test Plan

ec

Diff Detail

Repository
rSP ServPulse
Lint
Lint Passed
Unit
No Test Coverage
Branch
ec
Build Status
Buildable 5008
Build 5289: arc lint + arc unit

Event Timeline

dereckson created this revision.
frontend/servpulse-frontend/src/assets/base.css
67

That's the only no-whitespace change.

I've merged the line before the unexpand/expand fix,
but I'm unconvinced of the bienfondé to have so much
font, so we can just take care of this when we'll work
with CSS part to reduce the number of fonts.

If undesired, should be cut after Oxygen,

Note: cut in Vue initial file was already > 80 characters

This revision is now accepted and ready to land.Jul 31 2023, 20:43