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

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

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

[*.md,*.toml]
trim_trailing_whitespace = false
indent_size = 4