diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-19 12:11:11 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-19 12:11:11 +0100 |
commit | 0476a8e9dbe7afb422862f7b1c15aaed7f3c416e (patch) | |
tree | cad5ba54468a2b29a11dd55613b630ff52e54ef8 /.editorconfig | |
parent | 121b64b1cb6cfead5814070c8b0185d3d7308095 (diff) |
add some more doxygen
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 |