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 diff --git a/docs/intro.html b/docs/intro.html index 99b58fd1c9c..0afd55c4314 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -357,46 +357,46 @@ features.

diff --git a/docs/sourcetree.html b/docs/sourcetree.html index 5ef74d93908..b16d2627abf 100644 --- a/docs/sourcetree.html +++ b/docs/sourcetree.html @@ -49,15 +49,15 @@ each directory.
  • main - The core Mesa code (mainly state management)
  • drivers - Mesa drivers (not used with Gallium)