mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: add Python indentation to editorconfig
This commit is contained in:
parent
10c0ea0cbf
commit
28c298d6f4
@ -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
3
.gitignore
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user