File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "singleQuote": true,
3
+ "trailingComma": "es5"
4
+ }
Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ Static Single Assignment form (SSA) representation for Go programs.
17
17
The easiest way to install is to run ` go get -u golang.org/x/tools/... ` . You can
18
18
also manually git clone the repository to ` $GOPATH/src/golang.org/x/tools ` .
19
19
20
+ ## JS/CSS Formatting
21
+
22
+ This repository uses [ prettier] ( https://prettier.io/ ) to format JS and CSS files.
23
+
24
+ The version of ` prettier ` used is 1.18.2.
25
+
26
+ It is encouraged that all JS and CSS code be run through this before submitting
27
+ a change. However, it is not a strict requirement enforced by CI.
28
+
20
29
## Report Issues / Send Patches
21
30
22
31
This repository uses Gerrit for code changes. To learn how to submit changes to
You can’t perform that action at this time.
0 commit comments