File tree Expand file tree Collapse file tree 4 files changed +20
-1
lines changed Expand file tree Collapse file tree 4 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ import {FormatConfig} from '../dev-infra/format/config';
4
4
* Configuration for the `ng-dev format` command.
5
5
*/
6
6
export const format : FormatConfig = {
7
+ 'prettier' : {
8
+ 'matchers' : [
9
+ '**/*.{yaml,yml}' ,
10
+ ]
11
+ } ,
7
12
'clang-format' : {
8
13
'matchers' : [
9
14
'**/*.{js,ts}' ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 100,
3
+ "tabWidth": 2,
4
+ "tabs": false,
5
+ "singleQuote": true,
6
+ "semicolon": true,
7
+ "quoteProps": "preserve",
8
+ "bracketSpacing": false
9
+ }
Original file line number Diff line number Diff line change 194
194
"mutation-observer" : " ^1.0.3" ,
195
195
"nock" : " ^13.0.3" ,
196
196
"ora" : " ^5.0.0" ,
197
+ "prettier" : " ^2.3.0" ,
197
198
"rollup-plugin-hashbang" : " ^2.2.2" ,
198
199
"sauce-connect" : " https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz" ,
199
200
"semver" : " ^7.3.5" ,
Original file line number Diff line number Diff line change @@ -10800,6 +10800,11 @@ prepend-http@^2.0.0:
10800
10800
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
10801
10801
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
10802
10802
10803
+ prettier@^2.3.0:
10804
+ version "2.3.0"
10805
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
10806
+ integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==
10807
+
10803
10808
pretty-bytes@^5.3.0:
10804
10809
version "5.6.0"
10805
10810
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
@@ -11880,7 +11885,6 @@ sauce-connect-launcher@^1.2.4:
11880
11885
11881
11886
"sauce-connect@https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz":
11882
11887
version "0.0.0"
11883
- uid "7b7f35433af9c3380758e048894d7b9aecf3754e"
11884
11888
resolved "https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz#7b7f35433af9c3380758e048894d7b9aecf3754e"
11885
11889
11886
11890
saucelabs@^1.5.0:
You can’t perform that action at this time.
0 commit comments