toot-script-condivisione-su.../.editorconfig

30 lines
547 B
INI
Raw Normal View History

2023-09-02 16:17:15 +02:00
# This EditorConfig is part of Share₂Fedi
# https://github.com/kytta/share2fedi
#
# SPDX-FileCopyrightText: © 2023 Nikita Karamov <me@kytta.dev>
# SPDX-License-Identifier: CC0-1.0
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
2023-03-17 14:06:30 +01:00
tab_width = 2
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
2023-08-30 11:19:33 +02:00
[src/i18n/translations/*.json]
2023-08-30 12:07:12 +02:00
max_line_length = off
2023-08-30 11:19:33 +02:00
indent_style = space
indent_size = 4
[*.md]
indent_style = space
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
indent_style = space