diff options
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2020-01-16 21:11:29 +0100 |
---|---|---|
committer | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2020-01-18 11:39:32 +0100 |
commit | 7ee94d1b21b9f096d27471e708b2d8be9fc43530 (patch) | |
tree | dedab0bff39fa2002e66eead01a16b363d7be458 /.editorconfig | |
parent | 2ef989473ab2e9b4848c1f58c2637dc11eb38afc (diff) | |
download | mesa-7ee94d1b21b9f096d27471e708b2d8be9fc43530.tar.gz mesa-7ee94d1b21b9f096d27471e708b2d8be9fc43530.tar.bz2 mesa-7ee94d1b21b9f096d27471e708b2d8be9fc43530.zip |
docs: fixup indentation
The most canonical indentation-style here is two spaces, which is what
the standard boilerplate in all documents use. So let's normalize to
that.
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index db1f4a95d7f..3f9e475a6ac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -32,6 +32,10 @@ indent_size = 2 indent_style = space indent_size = 2 +[*.html] +indent_style = space +indent_size = 2 + [*.patch] trim_trailing_whitespace = false |