charls/.editorconfig

24 lines
366 B
INI
Raw Normal View History

# Copyright (c) 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
[*.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