This is an archive of the discontinued LLVM Phabricator instance.

[clangd][vscode] clang-format the the extension code.
ClosedPublic

Authored by hokein on Aug 2 2019, 7:04 AM.

Details

Summary

As we are going to grow the extension in the near future, it is time to
formalize the TS code format/style of our extension (although we'd lose the
history).

We use default options of clang-format:

  • 80 max line length
  • 2 space indent

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Aug 2 2019, 7:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2019, 7:04 AM
sammccall accepted this revision.Aug 2 2019, 7:07 AM
This revision is now accepted and ready to land.Aug 2 2019, 7:07 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2019, 7:25 AM