Skip to content

Commit

Permalink
fix: add Python indentation to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jul 8, 2024
1 parent 10c0ea0 commit 28c298d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion salt/dotfiles

0 comments on commit 28c298d

Please sign in to comment.