diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-20 13:27:17 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-20 13:27:17 +0100 |
commit | 9836b2225d11b629349e7abd6afcc1e4d41aa4f9 (patch) | |
tree | 67ca1dab6624315be6d7d5c23b5ee4f4124a1df4 /.editorconfig | |
parent | 5121e95e5ba98ca5cadfb63b7603731dfb41a322 (diff) | |
parent | d4dd3ceab2b95c26f3b07092a5c80f47eab18110 (diff) |
Merge remote-tracking branch 'origin/master' into niels/sorting_rendering
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 191871f..65f5034 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,5 @@ max_line_length = 95 indent_style = space indent_size = 2 -[*.md] +[*.{md,dox}] max_line_length = 80 |