diff options
author | Florent <florent.git@zeteo.me> | 2022-08-16 08:06:49 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-08-16 10:32:53 +0200 |
commit | 045224d5eb6a41081186c4040bab1570b9d9ad65 (patch) | |
tree | 514367d323f1a35ff6c5a618a6addade98fd11c2 /.editorconfig | |
parent | cbdbee807ddc202901fd61f1af4ca2988d2268b5 (diff) | |
download | PeerTube-045224d5eb6a41081186c4040bab1570b9d9ad65.tar.gz PeerTube-045224d5eb6a41081186c4040bab1570b9d9ad65.tar.zst PeerTube-045224d5eb6a41081186c4040bab1570b9d9ad65.zip |
Allow continusously printing logs through tail and parse-log
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index b7d3033f3..843d5d926 100644 --- a/.editorconfig +++ b/.editorconfig | |||
@@ -7,11 +7,11 @@ root = true | |||
7 | end_of_line = lf | 7 | end_of_line = lf |
8 | charset = utf-8 | 8 | charset = utf-8 |
9 | 9 | ||
10 | [*.yml] | 10 | [*.{yml,html}] |
11 | indent_style = space | 11 | indent_style = space |
12 | indent_size = 2 | 12 | indent_size = 2 |
13 | 13 | ||
14 | [{client,server,shared}/**.{ts,json,js}] | 14 | [{client,server,shared,scripts}/**.{ts,json,js}] |
15 | trim_trailing_whitespace = true | 15 | trim_trailing_whitespace = true |
16 | insert_final_newline = true | 16 | insert_final_newline = true |
17 | indent_style = space | 17 | indent_style = space |