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

.editorconfig - github.com/asmjit/asmjit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a3a48d31f369445d0cda3db26eafdc882638873 (plain)
1
2
3
4
5
6
7
8
9
10
# Editor configuration, see https://editorconfig.org for more details.
root = true

[*.{cpp,h,natvis}]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true