mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00

All modern C++ compiler support precompiled headers, add one to increase build performance.
29 lines
464 B
INI
29 lines
464 B
INI
# SPDX-FileCopyrightText: © 2016 Team CharLS
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
root = true
|
|
|
|
# Default settings
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
spelling_exclusion_path = spelling.dic
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = true
|
|
|
|
[*.{h,cpp,c}]
|
|
indent_size = 4
|
|
insert_final_newline = true
|
|
|
|
[CMakeLists.txt]
|
|
indent_size = 2
|
|
|
|
[*.manifest]
|
|
indent_size = 2
|
|
|
|
[*.props, .runsettings]
|
|
indent_size = 2
|