From 2c0487848436ba4d7125123edbe333b40fca0ca5 Mon Sep 17 00:00:00 2001 From: Gilbertsoft <25326036+gilbertsoft@users.noreply.github.com> Date: Sat, 9 Apr 2022 11:47:18 +0200 Subject: [PATCH] [TASK] Sync .editorconfig template (#29) --- templates/editorconfig.dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/editorconfig.dist b/templates/editorconfig.dist index 410d80b..0acfb72 100644 --- a/templates/editorconfig.dist +++ b/templates/editorconfig.dist @@ -21,10 +21,14 @@ indent_size = 2 indent_style = tab # ReST-Files -[*.rst] +[*.{rst,rst.txt}] indent_size = 4 max_line_length = 80 +# Markdown-Files +[*.md] +max_line_length = 80 + # YAML-Files [*.{yaml,yml}] indent_size = 2