Added editorconfig [skip ci] (#141)
This commit is contained in:
@@ -53,5 +53,8 @@ cypress/screenshots
|
|||||||
Dockerfile
|
Dockerfile
|
||||||
.dockerignore
|
.dockerignore
|
||||||
|
|
||||||
|
# editorconfig
|
||||||
|
.editorconfig
|
||||||
|
|
||||||
# instance list
|
# instance list
|
||||||
instances.json
|
instances.json
|
||||||
|
|||||||
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.{js,ts,tsx}]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.{json,yml}]
|
||||||
|
indent_size = 2
|
||||||
@@ -9,5 +9,5 @@ export default defineConfig({
|
|||||||
setupNodeEvents(on, config) {},
|
setupNodeEvents(on, config) {},
|
||||||
baseUrl: 'http://localhost:3000',
|
baseUrl: 'http://localhost:3000',
|
||||||
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}'
|
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}'
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user