mirror of https://github.com/pyodide/pyodide.git
Fix .editorconfig
This commit is contained in:
parent
18da211e24
commit
e73eb05069
|
@ -6,6 +6,7 @@ insert_final_newline = true
|
|||
charset = utf-8
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[**.py]
|
||||
indent_size = 4
|
||||
|
|
Loading…
Reference in New Issue