mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
31 lines
588 B
INI
31 lines
588 B
INI
# SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com>
|
|
# SPDX-FileCopyrightText: 2024-2025 Sébastien Helleu <flashcode@flashtux.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
# To use this config on you editor, follow the instructions at:
|
|
# https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
indent_size = 4
|
|
indent_style = space
|
|
tab_width = 8
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.{c,cpp,h}}]
|
|
max_line_length = 80
|
|
|
|
[{CMakeLists.txt,*.cmake}]
|
|
max_line_length = 80
|
|
indent_size = 2
|
|
|
|
[*.html]
|
|
indent_size = 2
|
|
|
|
[*.yml]
|
|
indent_size = 2
|