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

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

[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true

[*.yml]
indent_size = 2