diff options
Diffstat (limited to '.emacs.d/snippets/python-mode.statnett/format')
| -rw-r--r-- | .emacs.d/snippets/python-mode.statnett/format | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode.statnett/format b/.emacs.d/snippets/python-mode.statnett/format new file mode 100644 index 0000000..85c2d6f --- /dev/null +++ b/.emacs.d/snippets/python-mode.statnett/format | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: format | ||
| 3 | # key: sf | ||
| 4 | # group: object oriented | ||
| 5 | # -- | ||
| 6 | .format($0) \ No newline at end of file | ||
