]> git.mdlowis.com Git - proto/labwc.git/commitdiff
.editorconfig: set max_line_length=80 for *.md
authorJohan Malm <jgm323@gmail.com>
Mon, 22 Apr 2024 19:28:29 +0000 (20:28 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 27 Apr 2024 21:09:16 +0000 (22:09 +0100)
.editorconfig

index 827205345f0dee2a528e01d88a2d7b129ca0ea1a..3e3ab27e935c2c11a98b6f8b388dcd9cae92c145 100644 (file)
@@ -9,9 +9,12 @@ indent_style = tab
 indent_size = 8
 max_line_length = 80
 
-[*.{xml,build}]
+[*.{xml,build,md}]
 indent_style = space
 indent_size = 2
 
+[*.md]
+max_line_length = 80
+
 [COMMIT_EDITMSG]
 max_line_length = 74