From 7ee94d1b21b9f096d27471e708b2d8be9fc43530 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 16 Jan 2020 21:11:29 +0100 Subject: 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 Tested-by: Marge Bot Part-of: --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') 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 -- cgit v1.2.1