From 045224d5eb6a41081186c4040bab1570b9d9ad65 Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 16 Aug 2022 08:06:49 +0200 Subject: Allow continusously printing logs through tail and parse-log --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index b7d3033f3..843d5d926 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,11 +7,11 @@ root = true end_of_line = lf charset = utf-8 -[*.yml] +[*.{yml,html}] indent_style = space indent_size = 2 -[{client,server,shared}/**.{ts,json,js}] +[{client,server,shared,scripts}/**.{ts,json,js}] trim_trailing_whitespace = true insert_final_newline = true indent_style = space -- cgit v1.2.3