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
Paths
| Differential D65657
[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 We use default options of clang-format:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 2 2019, 7:07 AM Closed by commit rL367684: [clangd][vscode] clang-format the the extension code. (authored by hokein). · Explain WhyAug 2 2019, 7:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 213047 clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md
clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
clang-tools-extra/trunk/clangd/clients/clangd-vscode/src/extension.ts
clang-tools-extra/trunk/clangd/clients/clangd-vscode/test/extension.test.ts
clang-tools-extra/trunk/clangd/clients/clangd-vscode/test/index.ts
|