From e1d2fb4a65f554aabd251f8e9ed17e0eea257421 Mon Sep 17 00:00:00 2001 From: Qyriad Date: Wed, 22 May 2024 22:38:38 -0600 Subject: [PATCH] add editorconfig for markdown Change-Id: I493fc37fde425fc5c5c24f9b077bdc235271233c --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 887ecadba..bcee9cfce 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,3 +24,8 @@ indent_size = 4 # Match diffs, avoid to trim trailing whitespace [*.{diff,patch}] trim_trailing_whitespace = false + +[*.md] +indent_style = space +indent_size = 2 +max_line_length = 0