From 51c6d5d861fc43d8a124c4da609c067ca044f0e6 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 24 Dec 2022 14:24:08 +0900 Subject: [PATCH] distribute .editorconfig by Terraform --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.editorconfig b/.editorconfig index dae5b46..896e3c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,10 @@ indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true + +[*.md] +max_line_length = 0 +trim_trailing_whitespace = false + +[*.py] +indent_size = 4