diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-06 12:26:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-06 12:26:23 (GMT) |
commit | eb2860258b2bb4c3db370e35818d79e18a7b3b5f (patch) | |
tree | 6b47de1f2519beb4db6b344455473aa0d413d153 /.project | |
parent | 86eba6192a3a004dacf0508403b5227c6220ca81 (diff) | |
parent | 0af55d7cf3ab45283b20d8aeb0bfbdc153ac7ef6 (diff) | |
download | tcl-eb2860258b2bb4c3db370e35818d79e18a7b3b5f.zip tcl-eb2860258b2bb4c3db370e35818d79e18a7b3b5f.tar.gz tcl-eb2860258b2bb4c3db370e35818d79e18a7b3b5f.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..358cc74 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tcl8.6</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + </buildSpec> + <natures> + </natures> +</projectDescription> |