7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-12 17:59:35 +00:00
kicad/rules
Dick Hollenbeck 8ccf0320b4 1) Add "rules" to base of tree for copying into BZR_HOME/rules.
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.
2013-05-25 23:36:44 -05:00

28 lines
755 B
Plaintext

# 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