fix: add Python indentation to editorconfig

This commit is contained in:
Ben Grande 2024-07-08 20:11:44 +02:00
parent 10c0ea0cbf
commit 28c298d6f4
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
3 changed files with 5 additions and 5 deletions

View File

@ -16,5 +16,8 @@ end_of_line = lf
indent_style = tab
indent_size = 8
[*.{md,sh,yaml,yml,toml}]
[*.{md,sh,yaml,yml,toml,json}]
indent_size = 2
[*.{py}]
indent_size = 4

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: MIT

@ -1 +1 @@
Subproject commit 5936b2059cbbf2f1e013092638b47f00e9abe0ee
Subproject commit a8129e053a38dc4c69b2010e5202c1632e67a69d