From 2c413913d191da34005610aa86691b71f9cd67cf Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 24 Dec 2022 21:58:25 +0900 Subject: [PATCH] distribute .editorconfig by Terraform --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 896e3c4..022b964 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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