We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b7c8d commit f6fef60Copy full SHA for f6fef60
c++-mode/private
@@ -1,5 +1,6 @@
1
# -*- mode: snippet -*-
2
# name: private
3
+# expand-env: ((yas-also-auto-indent-first-line t))
4
# --
-private:`(progn (indent-according-to-mode) "")`
5
+private:
6
$0
c++-mode/protected
# name: protected
-protected:`(progn (indent-according-to-mode) "")`
+protected:
c++-mode/public
# name: public
-public:`(progn (indent-according-to-mode) "")`
+public:
0 commit comments