charls/.editorconfig

29 lines
464 B
INI
Raw Permalink Normal View History

# SPDX-FileCopyrightText: © 2016 Team CharLS
# SPDX-License-Identifier: BSD-3-Clause
2016-12-11 21:17:50 +01:00
root = true
# Default settings
[*]
2016-12-11 21:17:50 +01:00
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