peertube-plugin-livechat/.editorconfig

20 lines
453 B
INI
Raw Permalink Normal View History

2024-05-24 12:08:48 +00:00
# SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com/>
# SPDX-License-Identifier: AGPL-3.0-only
root = true
[**.{ts,json,js,css}]
end_of_line = lf
charset = utf-8
# Please set your autosave delay to 1 second to avoid getting kicked out of the last line at each input
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
2024-05-25 12:39:45 +00:00
indent_size = 2
[**.{ts,js,css}]
quote_type = single
[**.json]
quote_type = double