distribute .editorconfig by Terraform

This commit is contained in:
Naoki Oketani
2022-12-24 21:58:25 +09:00
parent 51c6d5d861
commit 2c413913d1

View File

@@ -10,5 +10,9 @@ trim_trailing_whitespace = true
max_line_length = 0 max_line_length = 0
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.py] [*.{py,rs}]
indent_size = 4 indent_size = 4
[Makefile]
indent_style = tab
indent_size = 8