From 28c298d6f4b5cfe5bad80450e17af0a8a56cee2a Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Mon, 8 Jul 2024 20:11:44 +0200 Subject: [PATCH] fix: add Python indentation to editorconfig --- .editorconfig | 5 ++++- .gitignore | 3 --- salt/dotfiles | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .gitignore diff --git a/.editorconfig b/.editorconfig index d1933de..844d08d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3734389..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. -# -# SPDX-License-Identifier: MIT diff --git a/salt/dotfiles b/salt/dotfiles index 5936b20..a8129e0 160000 --- a/salt/dotfiles +++ b/salt/dotfiles @@ -1 +1 @@ -Subproject commit 5936b2059cbbf2f1e013092638b47f00e9abe0ee +Subproject commit a8129e053a38dc4c69b2010e5202c1632e67a69d