2025-01-18 16:54:35 +01:00
|
|
|
# SPDX-FileCopyrightText: © 2016 Team CharLS
|
2019-11-08 23:17:16 +01:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
2016-12-11 21:17:50 +01:00
|
|
|
root = true
|
|
|
|
|
2018-12-15 13:05:11 +01:00
|
|
|
# Default settings
|
|
|
|
[*]
|
2016-12-11 21:17:50 +01:00
|
|
|
charset = utf-8
|
2017-10-04 00:05:47 +02:00
|
|
|
indent_style = space
|
|
|
|
trim_trailing_whitespace = true
|
2023-12-28 14:48:12 +01:00
|
|
|
spelling_exclusion_path = spelling.dic
|
2018-10-23 23:25:01 +02:00
|
|
|
|
2020-11-01 12:27:53 +01:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
insert_final_newline = true
|
|
|
|
|
2020-03-18 08:34:55 +01:00
|
|
|
[*.{h,cpp,c}]
|
2018-12-15 13:05:11 +01:00
|
|
|
indent_size = 4
|
2019-11-08 21:56:38 +01:00
|
|
|
insert_final_newline = true
|
2018-12-15 13:05:11 +01:00
|
|
|
|
2018-10-23 23:25:01 +02:00
|
|
|
[CMakeLists.txt]
|
|
|
|
indent_size = 2
|
2018-12-15 13:05:11 +01:00
|
|
|
|
2020-09-30 23:55:17 +02:00
|
|
|
[*.manifest]
|
2025-01-18 16:54:35 +01:00
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.props, .runsettings]
|
|
|
|
indent_size = 2
|