diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-20 14:33:20 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-20 14:33:20 +0100 |
commit | 81664b46f5cb7c28d629ddafe4cbea7e717d62d2 (patch) | |
tree | 9a14cb4e490e74f5af344bd77d41f57c39d0412d /.editorconfig | |
parent | d623b13dab63408cf5e99dbc453636f174bc6fe8 (diff) | |
parent | d4dd3ceab2b95c26f3b07092a5c80f47eab18110 (diff) |
Merge branch 'master' into niels/RenderingParticle
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 |