diff --git a/.editorconfig b/.editorconfig index f5bff4c0..bf4b5913 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,4 +15,4 @@ insert_final_newline = false trim_trailing_whitespace = false [*.{py,pyi}] -indent_size = 4 +indent_size = 4 \ No newline at end of file diff --git a/crates/pyo3/ast_grep_pyo3/__init__.py b/crates/pyo3/ast_grep_pyo3/__init__.py index 413765e2..81bd4b90 100644 --- a/crates/pyo3/ast_grep_pyo3/__init__.py +++ b/crates/pyo3/ast_grep_pyo3/__init__.py @@ -12,4 +12,4 @@ __all__ = [ "SgRoot", "Pos", "Range", -] +] \ No newline at end of file diff --git a/crates/pyo3/ast_grep_pyo3/ast_grep_pyo3.pyi b/crates/pyo3/ast_grep_pyo3/ast_grep_pyo3.pyi index 6e48c1ae..5e5532a1 100644 --- a/crates/pyo3/ast_grep_pyo3/ast_grep_pyo3.pyi +++ b/crates/pyo3/ast_grep_pyo3/ast_grep_pyo3.pyi @@ -102,4 +102,4 @@ __all__ = [ "SgRoot", "Pos", "Range", -] +] \ No newline at end of file