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 | ff4a05bdc28988d636681ce0a9229e6d35e90d2a (patch) | |
tree | 5b46c46014a66c18e6250c9753ebedb020e7c794 /.project | |
parent | b4d063874ab6fa9e84666a461849f58883bc8f20 (diff) | |
parent | 4bd02302707c68cb317cbfd47d49d2ca2effd485 (diff) | |
download | tk-ff4a05bdc28988d636681ce0a9229e6d35e90d2a.zip tk-ff4a05bdc28988d636681ce0a9229e6d35e90d2a.tar.gz tk-ff4a05bdc28988d636681ce0a9229e6d35e90d2a.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> |