chore: Python files use 4-space indentation

This commit is contained in:
Shrikant Sharat Kandula 2023-09-15 14:55:43 +05:30 committed by GitHub
parent c58ad05cbd
commit 150408a958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,5 +9,5 @@ indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[{*.java,pom.xml}]
[{*.java,pom.xml,*.py}]
indent_size = 4