Skip to content

Commit

Permalink
distribute .editorconfig by Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
oke-py committed Dec 24, 2022
1 parent 51c6d5d commit 2c41391
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ trim_trailing_whitespace = true
max_line_length = 0
trim_trailing_whitespace = false

[*.py]
[*.{py,rs}]
indent_size = 4

[Makefile]
indent_style = tab
indent_size = 8

0 comments on commit 2c41391

Please sign in to comment.