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 | 3d1e40dcf68087b7aa8aaca10d395d5025327024 (patch) | |
tree | 04c4d02f7d9fffe508104f20546c570dce7eee5f /.project | |
parent | b4102a46dbbfef91428552b67e4c7d6cbdc488e6 (diff) | |
parent | efdb3d6da6d4c5feafb07875ed44ad127d948c35 (diff) | |
download | tk-3d1e40dcf68087b7aa8aaca10d395d5025327024.zip tk-3d1e40dcf68087b7aa8aaca10d395d5025327024.tar.gz tk-3d1e40dcf68087b7aa8aaca10d395d5025327024.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> |