diff options
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2022-05-31 07:17:20 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-06-01 09:08:13 +0000 |
commit | 12aa3b82dcbfa7512908cd67b0832a027e39589e (patch) | |
tree | ff8318bb8d9d242e0c3bd9bf34dc3ae4703eddb9 /.editorconfig | |
parent | 7a088d3583db84fd73256bc3ff6c1660800812bf (diff) | |
download | mesa-12aa3b82dcbfa7512908cd67b0832a027e39589e.tar.gz mesa-12aa3b82dcbfa7512908cd67b0832a027e39589e.tar.bz2 mesa-12aa3b82dcbfa7512908cd67b0832a027e39589e.zip |
editorconfig: remove html-rule
Fixes: 44a4e34d52e ("docs: remove doxygen support")
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16786>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index 4a3c7a3ae36..5409a149d0a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -32,10 +32,6 @@ indent_size = 2 indent_style = space indent_size = 2 -[*.html] -indent_style = space -indent_size = 2 - [*.rst] indent_style = space indent_size = 3 |