Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.editorconfig - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ffbfd823191a00ae2a1281167533ae966ec46621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

# NOTE: editorconfig-core-c has a hardcoded limitation of 50 chars per .ini section name

[src/**.{cpp,h}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[src/thirdparty/**]
trim_trailing_whitespace = false
insert_final_newline = false