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