We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f57c9f0 + e377469 commit e56127bCopy full SHA for e56127b
.DS_Store
-10 KB
.editorconfig
@@ -0,0 +1,17 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+charset = utf-8
6
+trim_trailing_whitespace = true
7
+insert_final_newline = true
8
+indent_style = space
9
+indent_size = 2
10
11
+[*.{diff,md}]
12
+trim_trailing_whitespace = false
13
+max_line_length = 70
14
15
+[*.py]
16
+max_line_length = 100
17
+indent_size = 4
.gitignore
@@ -5,3 +5,6 @@ node_modules/
/blob-report/
/playwright/.cache/
.env
+.DS_Store
+.vscode/
+.idea/
.vscode/launch.json
0 commit comments