summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorsaurabhb172020-02-26 16:37:17 +0530
committerGitHub2020-02-26 16:37:17 +0530
commit07a8c86216b6b1f694b136ec64c281d62941952e (patch)
treead18839d8b4eb1f13419d07878cc4ec4c9b70032 /rules
parente255d0622297488c1c52755be670733418c994cf (diff)
parent1fa449fed953fa11f6bd0ea82cc2d3b115ee0781 (diff)
downloadKiCad-eSim-07a8c86216b6b1f694b136ec64c281d62941952e.tar.gz
KiCad-eSim-07a8c86216b6b1f694b136ec64c281d62941952e.tar.bz2
KiCad-eSim-07a8c86216b6b1f694b136ec64c281d62941952e.zip
Merge pull request #2 from saurabhb17/develop
Remaining files transfered
Diffstat (limited to 'rules')
-rw-r--r--rules27
1 files changed, 27 insertions, 0 deletions
diff --git a/rules b/rules
new file mode 100644
index 0000000..13dfb51
--- /dev/null
+++ b/rules
@@ -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