# This is the Bazaar "rules" file for KiCad Developers.
# http://doc.bazaar.canonical.com/beta/en/user-reference/eol-help.html
# To put it into use, you must _copy_ it to your BZR_HOME directory, where BZR_HOME
# varies by platform. In that target directory, described in more detail below,
# simply make sure this file has the name "rules", but without quotes.
# platform BZR_RULES dir and rules filename
#--------- --------------------------------
# linux ~/.bazaar/rules
# WinXP C:\Documents and Settings\<username>\Application Data\Bazaar\2.0\rules
# Win7 C:\Users\<username>\AppData\Roaming\bazaar\2.0\rules
# the actual rules:
[name *.png]
eol = exact
[name *.pdf]
eol = exact
[name *.sh]
eol = lf
[name *]
eol = native
-
Dick Hollenbeck authored
File "rules" has instructional text as comments near top. 2) Convert all text files in repo to LF line ending form. Any checkout done with "rules" in play will convert the working tree to native line ending, while keeping repo as LF line ending.
8ccf0320