diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-11 02:10:33 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-11 02:10:33 +0000 |
commit | 95238957d8081d14a8015ac9bff29b018720c235 (patch) | |
tree | 414800c7e8197df212032a3791eb505df65fd322 /etc | |
parent | 175342a22a7c652a38e1909f23ababab62edcd10 (diff) | |
download | ATCD-95238957d8081d14a8015ac9bff29b018720c235.tar.gz |
added MSVC options for tabs/spaces
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ACE-guidelines.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/ACE-guidelines.html b/etc/ACE-guidelines.html index 5cbacae7898..60a9d75f309 100644 --- a/etc/ACE-guidelines.html +++ b/etc/ACE-guidelines.html @@ -26,6 +26,14 @@ <pre>(setq-default indent-tabs-mode nil)</pre></p> + Microsoft Visual C++ users should do the following: + + <pre> + Choose: Tools -- Options -- Tabs + Then Set: "Tab size" to 8 and "Indent size" to 2, and + indent using spaces. + </pre><p> + <li>Insert a CVS/RCS keyword string at the top of every source file, Makefile, config file, <em>etc</em>. For C++ files, it is: <pre> |