diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-14 09:06:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-14 14:15:39 +0100 |
commit | b34563079a7a7f059ab251e9caab9df4e928b503 (patch) | |
tree | 86a00f0a0ff90f21c207507d99e23be2dcc1886e | |
parent | cadc1a1b0b1f8c22afbf31cb07759706131f29c4 (diff) | |
download | PeerTube-b34563079a7a7f059ab251e9caab9df4e928b503.tar.gz PeerTube-b34563079a7a7f059ab251e9caab9df4e928b503.tar.zst PeerTube-b34563079a7a7f059ab251e9caab9df4e928b503.zip |
Update editor config
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/.editorconfig b/.editorconfig index 843d5d926..211eb8550 100644 --- a/.editorconfig +++ b/.editorconfig | |||
@@ -6,16 +6,7 @@ root = true | |||
6 | [*] | 6 | [*] |
7 | end_of_line = lf | 7 | end_of_line = lf |
8 | charset = utf-8 | 8 | charset = utf-8 |
9 | |||
10 | [*.{yml,html}] | ||
11 | indent_style = space | ||
12 | indent_size = 2 | ||
13 | |||
14 | [{client,server,shared,scripts}/**.{ts,json,js}] | ||
15 | trim_trailing_whitespace = true | 9 | trim_trailing_whitespace = true |
16 | insert_final_newline = true | 10 | insert_final_newline = true |
17 | indent_style = space | ||
18 | indent_size = 2 | 11 | indent_size = 2 |
19 | 12 | indent_style = space | |
20 | [*.md] | ||
21 | trim_trailing_whitespace = false | ||