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 | 4bd02302707c68cb317cbfd47d49d2ca2effd485 (patch) | |
tree | 9be9d6ea19652d1a9a234333a70230588761faca /.project | |
parent | e4a806f57cf76fe3fc789dafd98b46ac11d7e68d (diff) | |
download | tk-4bd02302707c68cb317cbfd47d49d2ca2effd485.zip tk-4bd02302707c68cb317cbfd47d49d2ca2effd485.tar.gz tk-4bd02302707c68cb317cbfd47d49d2ca2effd485.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> |