diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-11 08:37:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-11 08:37:50 (GMT) |
commit | efdb3d6da6d4c5feafb07875ed44ad127d948c35 (patch) | |
tree | 5b46c46014a66c18e6250c9753ebedb020e7c794 /.project | |
parent | 087723367e8af072aa690789add2fbd65cee1213 (diff) | |
parent | 30f14966e2c7345bcadf9cd09c80d4b3f61fbac5 (diff) | |
download | tk-efdb3d6da6d4c5feafb07875ed44ad127d948c35.zip tk-efdb3d6da6d4c5feafb07875ed44ad127d948c35.tar.gz tk-efdb3d6da6d4c5feafb07875ed44ad127d948c35.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..c98b39d --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tk8.5</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + </buildSpec> + <natures> + </natures> +</projectDescription> |