diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-11 08:40:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-11 08:40:10 (GMT) |
commit | 7aa36089928e7adb750ca9afab8fb779551fb093 (patch) | |
tree | 04c4d02f7d9fffe508104f20546c570dce7eee5f /.project | |
parent | 76df3350bc83008e6d0a77563c1be5d22d3ee4b8 (diff) | |
parent | ff4a05bdc28988d636681ce0a9229e6d35e90d2a (diff) | |
download | tk-7aa36089928e7adb750ca9afab8fb779551fb093.zip tk-7aa36089928e7adb750ca9afab8fb779551fb093.tar.gz tk-7aa36089928e7adb750ca9afab8fb779551fb093.tar.bz2 |
Tell fossil and Eclipse that the default eol-convention is LF.
Tell fossil which files are binary and which files should never be committed.
Tell Eclipse that the default encoding is UTF-8
Diffstat (limited to '.project')
-rw-r--r-- | .project | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..1a176fb --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tk8.6</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + </buildSpec> + <natures> + </natures> +</projectDescription> |