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.
1 parent f57c9f0 commit 37f13beCopy full SHA for 37f13be
.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/
0 commit comments