distribute .editorconfig by Terraform
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user