Skip to content

Commit 092de4e

Browse files
committed
change default instance url + formatting
1 parent 28784be commit 092de4e

27 files changed

+26526
-21999
lines changed

.editorconfig

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
# end_of_line = lf
6+
# indent_size = 4
7+
indent_style = tab
8+
insert_final_newline = true
9+
# max_line_length = 120
10+
# tab_width = 4
11+
12+
[*.less]
13+
# indent_size = 2
14+
15+
[*.sass]
16+
# indent_size = 2
17+
18+
[*.scss]
19+
# indent_size = 2
20+
21+
[*.vue]
22+
# indent_style = tabq
23+
24+
[{*.ats,*.cts,*.mts,*.ts}]
25+
# indent_style = tab
26+
27+
[{*.bash,*.sh,*.zsh}]
28+
# indent_size = 2
29+
# tab_width = 2
30+
31+
[{*.cjs,*.js}]
32+
# indent_style = tab
33+
34+
[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
35+
# indent_size = 2
36+
37+
[{*.htm,*.html,*.sht,*.shtm,*.shtml}]
38+
# indent_style = tab
39+
40+
[{*.http,*.rest}]
41+
# indent_size = 0
42+
43+
[{*.yaml,*.yml}]
44+
# indent_size = 2

craco.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const CracoEsbuildPlugin = require("craco-esbuild");
22

33
module.exports = {
4-
plugins: [{ plugin: CracoEsbuildPlugin }],
4+
plugins: [{ plugin: CracoEsbuildPlugin }],
55
};

0 commit comments

Comments
 (0)