Fresco/contrib/indent fresco.el,1.1,1.2
Nathaniel Smith <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/contrib/indent
In directory purcel:/tmp/cvs-serv13980
Modified Files:
fresco.el
Log Message:
"Fix all bugs."
Actually, remove the list of known bugs, since none of them actually
existed in the first place!
Index: fresco.el
===================================================================
RCS file: /cvs/fresco/Fresco/contrib/indent/fresco.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fresco.el 1 Mar 2003 22:58:29 -0000 1.1
+++ fresco.el 4 Apr 2003 09:49:34 -0000 1.2
@@ -9,8 +9,7 @@
;;; // -*- mode: c++; c-file-style: fresco -*-
;;; Known bugs:
-;;; -- uses 4 spaces of indentation for namespaces, instead of 2
-;;; -- class access labels are indented 0 spaces, instead of 2
+;;; none.
;;; probably lots more of improvements possible, but this is a start
;;; If you find any particular problems or fixes, post to issues.fresco.org.
@@ -30,4 +29,4 @@
(member-init-intro after))
(c-hanging-semi&comma-criteria
c-semi&comma-no-newlines-for-oneline-inliners
- c-semi&comma-inside-parenlist)))
\ No newline at end of file
+ c-semi&comma-inside-parenlist)))