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

.hgeol - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.hgeol
blob: 77cf75582d4f78ebce0a9c8b5aa15e2fd72c989c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[repository]
native = LF

[patterns]
**.bmp = BIN
**.png = BIN
**.ico = BIN
**.exe = BIN
**.rtf = BIN
##### Our standard is to use Unix line endings (all modern text editors support it)
**.1 = LF
**.c = LF
**.cpp = LF
**.css = LF
**.dasc = LF
**.dep = LF
**.h = LF
**.hpp = LF
**.inc = LF
**.lua = LF
**.html = LF
**.pc = LF
**.py = LF
**.svg = LF
**.html.tmpl = LF
**.tt = LF
README.* = LF
##### Individual files
COPYRIGHT = LF
README = LF
.gitignore = LF
Makefile = LF
GNUmakefile = LF
lj.supp = LF
##### The few file types which _have_ to be CRLF
**.rc = CRLF
**.rc2 = CRLF
**.cmd = CRLF
**.bat = CRLF
**.vcxproj.filters = CRLF
**.vcxproj = CRLF
**.vcproj = CRLF
**.sln = CRLF