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:
authorOliver Schneider <oliver@assarbad.net>2018-10-08 23:48:52 +0300
committerOliver Schneider <oliver@assarbad.net>2018-10-08 23:48:52 +0300
commit3008e91efac446fc21d607485cb787c457401a8b (patch)
tree1bba3159c29b56fa63a1fe3e5d5720b9e4ddfab3 /.hgeol
parentf045e0d70bc3c17933ce61302f3e0bfb30c2ec2f (diff)
Using EOL extension now, including a .hgeol file to make certain line ending specifications explicit
Added missing test case for lua-winreg A number of warnings addressed Adding some helpers to deal with user privileges Some improvements regarding the inclusion of a basic set of Lua scripts in the resource section New version of setvcvars.cmd
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