diff options
author | Qyriad <qyriad@qyriad.me> | 2024-05-24 03:08:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix-systems> | 2024-05-24 03:08:25 +0000 |
commit | 2b397c66297bab65c2b5719367a414f9a2efb7e7 (patch) | |
tree | d708f3080216e74cbfc322ee9846adb70cc977a6 | |
parent | 6922d67eb3d9df49d67a3308d427a48c01895039 (diff) | |
parent | e1d2fb4a65f554aabd251f8e9ed17e0eea257421 (diff) |
Merge "add editorconfig for markdown" into main
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |