Files
curl/.editorconfig
Michał Petryka 37c6744997 .editorconfig: add
This allows IDEs that support this standard to automatically use the
correct formatting options.

Closes #18409
2025-09-02 08:36:40 +02:00

19 lines
284 B
INI

# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl
root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
[*.{c,h}]
indent_size = 2
max_line_length = 79
[*.{pl,pm}]
indent_size = 4