diff options
author | saurabhb17 | 2020-02-26 16:36:01 +0530 |
---|---|---|
committer | saurabhb17 | 2020-02-26 16:36:01 +0530 |
commit | 1fa449fed953fa11f6bd0ea82cc2d3b115ee0781 (patch) | |
tree | ad18839d8b4eb1f13419d07878cc4ec4c9b70032 /rules | |
parent | c38609295ad4b617aef472b9c575aee18710a50f (diff) | |
download | KiCad-eSim-1fa449fed953fa11f6bd0ea82cc2d3b115ee0781.tar.gz KiCad-eSim-1fa449fed953fa11f6bd0ea82cc2d3b115ee0781.tar.bz2 KiCad-eSim-1fa449fed953fa11f6bd0ea82cc2d3b115ee0781.zip |
Remaining files transfered
Diffstat (limited to 'rules')
-rw-r--r-- | rules | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +# 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 |