Commit Graph

7 Commits

Author SHA1 Message Date
John Ralls
d751913cb9 Fix typo in .gitattributes, text not test. 2020-11-12 15:52:33 -08:00
John Ralls
4774332fcb Add CMake files and .gitattributes to lf-only files. 2017-07-13 13:46:45 -07:00
John Ralls
8df252436a Fix the *.win32-bin.txt and downloaded.mt940 attributes. 2014-12-07 15:07:38 -08:00
Geert Janssens
2ec6708694 Win32: add VERSIONINFO block to RC file and convert in into a template to be completed during configure
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23032 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-02 10:55:13 +00:00
Geert Janssens
1672f14878 Define EOL style for javascript files
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22792 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-02-20 18:51:26 +00:00
Geert Janssens
141efcbedc Fix another eol issue
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22716 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-01-19 21:00:51 +00:00
Geert Janssens
98bf2ad608 Define line ending style for different file types
Additionally, fix line endings on some files that were inconsistent
in this regard.

This gives a more consistent experience on all development
platforms.

All source files (be it scripts, makefiles, autoconf/automake
files,...) are given an explicit line ending style. For most
LF was chosen. Exceptions are typical windows scripts (.bat, .cmd,
.vbs,...) and some files related to the windows installer. Those
are fixed at CTRL/LF because the installer would have issues
otherwise).
The remainder of files are mostly plain text files (README's,
CHANGELOG's,...). These files are stored with LF line ending
in the repo, but checked out with the platform's native
line ending style. git takes proper care of the necessary
conversions automatically.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22712 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-01-19 18:27:27 +00:00