mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
This allows IDEs that support this standard to automatically use the correct formatting options. Closes #18409
19 lines
284 B
INI
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
|