summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-11 07:16:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-11 07:16:43 +0000
commitad01ca42588a7b92e0aad4ecab8234d0cc1b09e0 (patch)
treef8874fe5c9a243dd9804827d90a004139a9148db
parentdadb59e86c0cc31371f0f0de5253b1769a60ba7a (diff)
downloadATCD-ad01ca42588a7b92e0aad4ecab8234d0cc1b09e0.tar.gz
Fri Aug 11 07:09:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/docs/svn/config4
-rw-r--r--ACE/docs/svn/svn-prefs.reg2
2 files changed, 5 insertions, 1 deletions
diff --git a/ACE/docs/svn/config b/ACE/docs/svn/config
index 6fbe050a534..74ceccc5582 100644
--- a/ACE/docs/svn/config
+++ b/ACE/docs/svn/config
@@ -15,7 +15,7 @@
### Section for configuring external helper applications.
### Set editor to the command used to invoke your text editor.
### This will override the environment variables that Subversion
-### examines by default to find this information ($EDITOR,
+### examines by default to find this information ($EDITOR,
### et al).
### Set diff-cmd to the absolute path of your 'diff' program.
### This will override the compile-time default, which is to use
@@ -83,6 +83,8 @@ enable-auto-props = yes
*.cpp=svn:eol-style=native;svn:keywords
*.h=svn:eol-style=native;svn:keywords
*.inl=svn:eol-style=native;svn:keywords
+*.idl=svn:eol-style=native;svn:keywords
+*.pidl=svn:eol-style=native;svn:keywords
*.html=svn:eol-style=native;svn:keywords
*.sh=svn:eol-style=native;svn:keywords;svn:executable
*.py=svn:eol-style=native;svn:keywords;svn:executable
diff --git a/ACE/docs/svn/svn-prefs.reg b/ACE/docs/svn/svn-prefs.reg
index b7a1d75840a..bb09c623bde 100644
--- a/ACE/docs/svn/svn-prefs.reg
+++ b/ACE/docs/svn/svn-prefs.reg
@@ -38,6 +38,8 @@ REGEDIT4
"*.cpp"="svn:eol-style=native;svn:keywords"
"*.h"="svn:eol-style=native;svn:keywords"
"*.inl"="svn:eol-style=native;svn:keywords"
+"*.idl"="svn:eol-style=native;svn:keywords"
+"*.pidl"="svn:eol-style=native;svn:keywords"
"*.html"="svn:eol-style=native;svn:keywords"
"*.sh"="svn:eol-style=native;svn:keywords;svn:executable"
"*.py"="svn:eol-style=native;svn:keywords;svn:executable"