diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-04-11 08:33:39 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-04-11 08:33:39 (GMT) |
commit | 8badab64b16034bf5f2470bf82a5c363fc25278f (patch) | |
tree | 9be9d6ea19652d1a9a234333a70230588761faca /.project | |
parent | 96e8b67ff72d1c229d652d212925a504ddbf3fd0 (diff) | |
download | tk-8badab64b16034bf5f2470bf82a5c363fc25278f.zip tk-8badab64b16034bf5f2470bf82a5c363fc25278f.tar.gz tk-8badab64b16034bf5f2470bf82a5c363fc25278f.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
FossilOrigin-Name: 3270a82095a3159f58afb2076afff52018a4920f
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> |