[PATCH] D65657: [clangd][vscode] clang-format the the extension code.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 2 07:05:26 PDT 2019


hokein created this revision.
hokein added reviewers: ilya-biryukov, sammccall, jvikstrom.
Herald added subscribers: kadircet, arphaman, jkorous, MaskRay.
Herald added a project: clang.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65657

Files:
  clang-tools-extra/clangd/clients/clangd-vscode/README.md
  clang-tools-extra/clangd/clients/clangd-vscode/package.json
  clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
  clang-tools-extra/clangd/clients/clangd-vscode/test/extension.test.ts
  clang-tools-extra/clangd/clients/clangd-vscode/test/index.ts

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65657.213045.patch
Type: text/x-patch
Size: 12490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190802/6bc7a519/attachment-0001.bin>


More information about the cfe-commits mailing list