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

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.hgeol
diff options
context:
space:
mode:
Diffstat (limited to '.hgeol')
-rw-r--r--.hgeol46
1 files changed, 46 insertions, 0 deletions
diff --git a/.hgeol b/.hgeol
new file mode 100644
index 0000000..e6cfac1
--- /dev/null
+++ b/.hgeol
@@ -0,0 +1,46 @@
+[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
+Makefile = 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
+##### Third-party code which we don't touch, but which came as CRLF
+3rdparty/lua/src/modules/lua-winreg/**.c = CRLF
+3rdparty/lua/src/modules/lua-winreg/**.h = CRLF