1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-16 21:50:33 +03:00

chore: add Python config in EditorConfig

This commit is contained in:
louistiti 2021-04-04 12:41:25 +08:00
parent 122a52dd40
commit 0f02e5b9dc
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -10,3 +10,7 @@ indent_size = 2
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.py]
indent_style = tab
indent_size = 4