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

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

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.{rc,rc2,cmd,bat,vcxproj,vcxproj.filters,vcproj,sln}]
end_of_line = crlf

[*.{c,cpp,h}]
trim_trailing_whitespace = true

[{Makefile,GNUmakefile}]
indent_style = tab