diff options
| author | Simeon Simeonov | 2013-09-25 08:40:12 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2013-09-25 08:40:12 +0200 |
| commit | 9a46567eb167e5aef4b2e760c5d6bdc4fe1ba06a (patch) | |
| tree | a2352a214601f9e494959282331773cca81e7550 /.emacs.d/mysnippets/text-mode/python-mode/mprop | |
| parent | 5209ed708be9f6233393cbdef8c8faf640d3ba4f (diff) | |
Indent fix
Diffstat (limited to '.emacs.d/mysnippets/text-mode/python-mode/mprop')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/python-mode/mprop | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/python-mode/mprop b/.emacs.d/mysnippets/text-mode/python-mode/mprop index 604f8b5..8a17317 100644 --- a/.emacs.d/mysnippets/text-mode/python-mode/mprop +++ b/.emacs.d/mysnippets/text-mode/python-mode/mprop | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #contributor : Simeon Simeonov <blackmore@pichove.org> | 1 | #contributor : Simeon Simeonov <blackmore@pichove.org> |
| 2 | #name : @property foo ... getter & setter & deleter | 2 | #name : @property foo ... getter & setter & deleter |
| 3 | #expand-env: ((yas/indent-line 'fixed) (yas/wrap-around-region 'nil)) | ||
| 3 | # -- | 4 | # -- |
| 4 | @property | 5 | @property |
| 5 | def ${1:foo}(self): | 6 | def ${1:foo}(self): |
| @@ -17,5 +18,6 @@ def $1(self, value): | |||
| 17 | def $1(self): | 18 | def $1(self): |
| 18 | """ | 19 | """ |
| 19 | """ | 20 | """ |
| 21 | pass | ||
| 20 | 22 | ||
| 21 | $0 | 23 | $0 |
