From c9d7153f4abb345d65227585a8cb38eb1670e5e5 Mon Sep 17 00:00:00 2001 From: capitaomorte Date: Mon, 15 Mar 2010 21:58:33 +0000 Subject: [PATCH] set svn:eol-style to LF in all files --- snippets/html-mode/body | 10 ++-- snippets/html-mode/br | 6 +-- snippets/html-mode/code | 10 ++-- snippets/html-mode/div.id | 10 ++-- snippets/html-mode/div.id-class | 10 ++-- snippets/html-mode/form | 10 ++-- snippets/html-mode/head | 10 ++-- snippets/html-mode/hr | 8 +-- snippets/html-mode/href | 6 +-- snippets/html-mode/html | 12 ++--- snippets/html-mode/html.xmlns | 12 ++--- snippets/html-mode/img | 6 +-- snippets/html-mode/input | 6 +-- snippets/html-mode/link.stylesheet | 6 +-- snippets/html-mode/link.stylesheet-ie | 10 ++-- snippets/html-mode/mailto | 6 +-- snippets/html-mode/p | 6 +-- snippets/html-mode/pre | 10 ++-- snippets/html-mode/quote | 10 ++-- snippets/html-mode/script.javascript | 10 ++-- snippets/html-mode/script.javascript-src | 6 +-- snippets/html-mode/span | 6 +-- snippets/html-mode/span.id | 6 +-- snippets/html-mode/style | 10 ++-- snippets/html-mode/textarea | 6 +-- snippets/html-mode/title | 6 +-- snippets/nxml-mode/body | 10 ++-- snippets/nxml-mode/br | 6 +-- snippets/nxml-mode/code | 10 ++-- snippets/nxml-mode/form | 10 ++-- snippets/nxml-mode/head | 10 ++-- snippets/nxml-mode/hr | 8 +-- snippets/nxml-mode/href | 6 +-- snippets/nxml-mode/html | 12 ++--- snippets/nxml-mode/img | 6 +-- snippets/nxml-mode/input | 6 +-- snippets/nxml-mode/li | 6 +-- snippets/nxml-mode/link | 6 +-- snippets/nxml-mode/name | 6 +-- snippets/nxml-mode/ol | 10 ++-- snippets/nxml-mode/p | 6 +-- snippets/nxml-mode/pre | 10 ++-- snippets/nxml-mode/quote | 10 ++-- snippets/nxml-mode/span | 6 +-- snippets/nxml-mode/style | 10 ++-- snippets/nxml-mode/table | 10 ++-- snippets/nxml-mode/td | 6 +-- snippets/nxml-mode/th | 6 +-- snippets/nxml-mode/title | 6 +-- snippets/nxml-mode/tr | 10 ++-- snippets/nxml-mode/ul | 10 ++-- snippets/python-mode/defm | 66 ++++++++++++------------ snippets/python-mode/propg | 18 +++---- snippets/python-mode/propsg | 24 ++++----- 54 files changed, 262 insertions(+), 262 deletions(-) diff --git a/snippets/html-mode/body b/snippets/html-mode/body index c924f8c..3655775 100644 --- a/snippets/html-mode/body +++ b/snippets/html-mode/body @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name : ... -# -- - - $0 +#contributor : Jimmy Wu +#name : ... +# -- + + $0 \ No newline at end of file diff --git a/snippets/html-mode/br b/snippets/html-mode/br index 3492098..07c2d4a 100644 --- a/snippets/html-mode/br +++ b/snippets/html-mode/br @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name :
-# -- +#contributor : Jimmy Wu +#name :
+# --
\ No newline at end of file diff --git a/snippets/html-mode/code b/snippets/html-mode/code index 6f558ec..a5ad908 100644 --- a/snippets/html-mode/code +++ b/snippets/html-mode/code @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name : ... -# -- - - $0 +#contributor : Jimmy Wu +#name : ... +# -- + + $0 \ No newline at end of file diff --git a/snippets/html-mode/div.id b/snippets/html-mode/div.id index ccde64d..cec25fb 100644 --- a/snippets/html-mode/div.id +++ b/snippets/html-mode/div.id @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name :
...
-# -- -
- $0 +#contributor : Jimmy Wu +#name :
...
+# -- +
+ $0
\ No newline at end of file diff --git a/snippets/html-mode/div.id-class b/snippets/html-mode/div.id-class index bce8920..d5b1402 100644 --- a/snippets/html-mode/div.id-class +++ b/snippets/html-mode/div.id-class @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name :
...
-# -- -
- $0 +#contributor : Jimmy Wu +#name :
...
+# -- +
+ $0
\ No newline at end of file diff --git a/snippets/html-mode/form b/snippets/html-mode/form index f1c066d..043a59a 100644 --- a/snippets/html-mode/form +++ b/snippets/html-mode/form @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name :
-# -- -
- $0 +#contributor : Jimmy Wu +#name : +# -- +
+ $0
\ No newline at end of file diff --git a/snippets/html-mode/head b/snippets/html-mode/head index d639a73..37ef1ad 100644 --- a/snippets/html-mode/head +++ b/snippets/html-mode/head @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name : ... -# -- - - $0 +#contributor : Jimmy Wu +#name : ... +# -- + + $0 \ No newline at end of file diff --git a/snippets/html-mode/hr b/snippets/html-mode/hr index c2c330c..20e38b5 100644 --- a/snippets/html-mode/hr +++ b/snippets/html-mode/hr @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name :
-# -- -
+#contributor : Jimmy Wu +#name :
+# -- +
diff --git a/snippets/html-mode/href b/snippets/html-mode/href index 121d589..0425e6c 100644 --- a/snippets/html-mode/href +++ b/snippets/html-mode/href @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name : ... -# -- +#contributor : Jimmy Wu +#name : ... +# -- $2 \ No newline at end of file diff --git a/snippets/html-mode/html b/snippets/html-mode/html index 958aa6d..93a0ad7 100644 --- a/snippets/html-mode/html +++ b/snippets/html-mode/html @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name : ... -# -- - - $0 - +#contributor : Jimmy Wu +#name : ... +# -- + + $0 + diff --git a/snippets/html-mode/html.xmlns b/snippets/html-mode/html.xmlns index 7dd7ee4..fd6adc8 100644 --- a/snippets/html-mode/html.xmlns +++ b/snippets/html-mode/html.xmlns @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name : ... -# -- - - $0 - +#contributor : Jimmy Wu +#name : ... +# -- + + $0 + diff --git a/snippets/html-mode/img b/snippets/html-mode/img index 897f605..674b1dc 100644 --- a/snippets/html-mode/img +++ b/snippets/html-mode/img @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name : ... -# -- +#contributor : Jimmy Wu +#name : ... +# -- $3 \ No newline at end of file diff --git a/snippets/html-mode/input b/snippets/html-mode/input index c79ba87..1ad74f8 100644 --- a/snippets/html-mode/input +++ b/snippets/html-mode/input @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name : -# -- +#contributor : Jimmy Wu +#name : +# -- \ No newline at end of file diff --git a/snippets/html-mode/link.stylesheet b/snippets/html-mode/link.stylesheet index 6c9de74..0953396 100644 --- a/snippets/html-mode/link.stylesheet +++ b/snippets/html-mode/link.stylesheet @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name : -# -- +#contributor : Jimmy Wu +#name : +# -- \ No newline at end of file diff --git a/snippets/html-mode/link.stylesheet-ie b/snippets/html-mode/link.stylesheet-ie index 4f6a776..9cf9fec 100644 --- a/snippets/html-mode/link.stylesheet-ie +++ b/snippets/html-mode/link.stylesheet-ie @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name : -# -- - +# -- + \ No newline at end of file diff --git a/snippets/html-mode/mailto b/snippets/html-mode/mailto index 419f2a5..b134f2c 100644 --- a/snippets/html-mode/mailto +++ b/snippets/html-mode/mailto @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name : ... -# -- +#contributor : Jimmy Wu +#name : ... +# -- $0 \ No newline at end of file diff --git a/snippets/html-mode/p b/snippets/html-mode/p index 649d9a2..579cc76 100644 --- a/snippets/html-mode/p +++ b/snippets/html-mode/p @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name :

...

-# -- +#contributor : Jimmy Wu +#name :

...

+# --

$1

\ No newline at end of file diff --git a/snippets/html-mode/pre b/snippets/html-mode/pre index bfebb3c..58e77cf 100644 --- a/snippets/html-mode/pre +++ b/snippets/html-mode/pre @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name :
...
-# -- -
-  $0
+#contributor : Jimmy Wu 
+#name : 
...
+# -- +
+  $0
 
\ No newline at end of file diff --git a/snippets/html-mode/quote b/snippets/html-mode/quote index 65ded74..694185b 100644 --- a/snippets/html-mode/quote +++ b/snippets/html-mode/quote @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name :
...
-# -- -
- $1 +#contributor : Jimmy Wu +#name :
...
+# -- +
+ $1
\ No newline at end of file diff --git a/snippets/html-mode/script.javascript b/snippets/html-mode/script.javascript index bf0c3b5..807f0ea 100644 --- a/snippets/html-mode/script.javascript +++ b/snippets/html-mode/script.javascript @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name : -# -- - +# -- + \ No newline at end of file diff --git a/snippets/html-mode/script.javascript-src b/snippets/html-mode/script.javascript-src index b64c4dc..3e3cc3d 100644 --- a/snippets/html-mode/script.javascript-src +++ b/snippets/html-mode/script.javascript-src @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name : -# -- +#contributor : Jimmy Wu +#name : +# -- \ No newline at end of file diff --git a/snippets/html-mode/span b/snippets/html-mode/span index 149758d..3dfdf2f 100644 --- a/snippets/html-mode/span +++ b/snippets/html-mode/span @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name : ... -# -- +#contributor : Jimmy Wu +#name : ... +# -- $1 \ No newline at end of file diff --git a/snippets/html-mode/span.id b/snippets/html-mode/span.id index 30a81bc..dbce842 100644 --- a/snippets/html-mode/span.id +++ b/snippets/html-mode/span.id @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name : ... -# -- +#contributor : Jimmy Wu +#name : ... +# -- $2 \ No newline at end of file diff --git a/snippets/html-mode/style b/snippets/html-mode/style index 300bead..83285a2 100644 --- a/snippets/html-mode/style +++ b/snippets/html-mode/style @@ -1,6 +1,6 @@ -#contributor : Jimmy Wu -#name : -# -- - +# -- + \ No newline at end of file diff --git a/snippets/html-mode/textarea b/snippets/html-mode/textarea index 058498f..9553d7a 100644 --- a/snippets/html-mode/textarea +++ b/snippets/html-mode/textarea @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name : -# -- +#contributor : Jimmy Wu +#name : +# -- \ No newline at end of file diff --git a/snippets/html-mode/title b/snippets/html-mode/title index 21794cd..01e368b 100644 --- a/snippets/html-mode/title +++ b/snippets/html-mode/title @@ -1,4 +1,4 @@ -#contributor : Jimmy Wu -#name : ... -# -- +#contributor : Jimmy Wu +#name : ... +# -- $1 \ No newline at end of file diff --git a/snippets/nxml-mode/body b/snippets/nxml-mode/body index ddcf0cf..9a9addc 100644 --- a/snippets/nxml-mode/body +++ b/snippets/nxml-mode/body @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- - - $0 +#contributor : Anders Bach Nielsen +#name : ... +# -- + + $0 \ No newline at end of file diff --git a/snippets/nxml-mode/br b/snippets/nxml-mode/br index ba35773..3e235ed 100644 --- a/snippets/nxml-mode/br +++ b/snippets/nxml-mode/br @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name :
-# -- +#contributor : Anders Bach Nielsen +#name :
+# --
\ No newline at end of file diff --git a/snippets/nxml-mode/code b/snippets/nxml-mode/code index b7c43fd..15da807 100644 --- a/snippets/nxml-mode/code +++ b/snippets/nxml-mode/code @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- - - $0 +#contributor : Anders Bach Nielsen +#name : ... +# -- + + $0 \ No newline at end of file diff --git a/snippets/nxml-mode/form b/snippets/nxml-mode/form index 252253e..a83c4f9 100644 --- a/snippets/nxml-mode/form +++ b/snippets/nxml-mode/form @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name :
-# -- -
- $0 +#contributor : Anders Bach Nielsen +#name : +# -- +
+ $0
\ No newline at end of file diff --git a/snippets/nxml-mode/head b/snippets/nxml-mode/head index 91347b9..2a4865b 100644 --- a/snippets/nxml-mode/head +++ b/snippets/nxml-mode/head @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- - - $0 +#contributor : Anders Bach Nielsen +#name : ... +# -- + + $0 \ No newline at end of file diff --git a/snippets/nxml-mode/hr b/snippets/nxml-mode/hr index a17e1db..85d4acb 100644 --- a/snippets/nxml-mode/hr +++ b/snippets/nxml-mode/hr @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name :
-# -- -
+#contributor : Anders Bach Nielsen +#name :
+# -- +
diff --git a/snippets/nxml-mode/href b/snippets/nxml-mode/href index 0db2fae..3da0ece 100644 --- a/snippets/nxml-mode/href +++ b/snippets/nxml-mode/href @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- +#contributor : Anders Bach Nielsen +#name : ... +# -- $2 \ No newline at end of file diff --git a/snippets/nxml-mode/html b/snippets/nxml-mode/html index 85e09f7..fdcb784 100644 --- a/snippets/nxml-mode/html +++ b/snippets/nxml-mode/html @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- - - $0 - +#contributor : Anders Bach Nielsen +#name : ... +# -- + + $0 + diff --git a/snippets/nxml-mode/img b/snippets/nxml-mode/img index 1f4382b..442d679 100644 --- a/snippets/nxml-mode/img +++ b/snippets/nxml-mode/img @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- +#contributor : Anders Bach Nielsen +#name : ... +# -- $2 \ No newline at end of file diff --git a/snippets/nxml-mode/input b/snippets/nxml-mode/input index 80c3503..56cfc09 100644 --- a/snippets/nxml-mode/input +++ b/snippets/nxml-mode/input @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name : -# -- +#contributor : Anders Bach Nielsen +#name : +# -- \ No newline at end of file diff --git a/snippets/nxml-mode/li b/snippets/nxml-mode/li index c952682..0c4c9e4 100644 --- a/snippets/nxml-mode/li +++ b/snippets/nxml-mode/li @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name :
  • ...
  • -# -- +#contributor : Anders Bach Nielsen +#name :
  • ...
  • +# --
  • $1
  • \ No newline at end of file diff --git a/snippets/nxml-mode/link b/snippets/nxml-mode/link index d93b7a5..d16475a 100644 --- a/snippets/nxml-mode/link +++ b/snippets/nxml-mode/link @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name : -# -- +#contributor : Anders Bach Nielsen +#name : +# -- \ No newline at end of file diff --git a/snippets/nxml-mode/name b/snippets/nxml-mode/name index 592d0da..a7683d5 100644 --- a/snippets/nxml-mode/name +++ b/snippets/nxml-mode/name @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name : -# -- +#contributor : Anders Bach Nielsen +#name : +# -- \ No newline at end of file diff --git a/snippets/nxml-mode/ol b/snippets/nxml-mode/ol index 16cfe8d..d7993be 100644 --- a/snippets/nxml-mode/ol +++ b/snippets/nxml-mode/ol @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name :
      ...
    -# -- -
      - $0 +#contributor : Anders Bach Nielsen +#name :
        ...
      +# -- +
        + $0
      \ No newline at end of file diff --git a/snippets/nxml-mode/p b/snippets/nxml-mode/p index 6845ba5..c79b367 100644 --- a/snippets/nxml-mode/p +++ b/snippets/nxml-mode/p @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name :

      ...

      -# -- +#contributor : Anders Bach Nielsen +#name :

      ...

      +# --

      $1

      \ No newline at end of file diff --git a/snippets/nxml-mode/pre b/snippets/nxml-mode/pre index d70b722..b92cabb 100644 --- a/snippets/nxml-mode/pre +++ b/snippets/nxml-mode/pre @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name :
      ...
      -# -- -
      -  $0
      +#contributor : Anders Bach Nielsen 
      +#name : 
      ...
      +# -- +
      +  $0
       
      \ No newline at end of file diff --git a/snippets/nxml-mode/quote b/snippets/nxml-mode/quote index 20fed1e..5e17c98 100644 --- a/snippets/nxml-mode/quote +++ b/snippets/nxml-mode/quote @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name :
      ...
      -# -- -
      - $1 +#contributor : Anders Bach Nielsen +#name :
      ...
      +# -- +
      + $1
      \ No newline at end of file diff --git a/snippets/nxml-mode/span b/snippets/nxml-mode/span index a0bba2a..69d5332 100644 --- a/snippets/nxml-mode/span +++ b/snippets/nxml-mode/span @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- +#contributor : Anders Bach Nielsen +#name : ... +# -- $1 \ No newline at end of file diff --git a/snippets/nxml-mode/style b/snippets/nxml-mode/style index b80be1c..1f462cd 100644 --- a/snippets/nxml-mode/style +++ b/snippets/nxml-mode/style @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name : -# -- - +# -- + \ No newline at end of file diff --git a/snippets/nxml-mode/table b/snippets/nxml-mode/table index 03fd119..3d28497 100644 --- a/snippets/nxml-mode/table +++ b/snippets/nxml-mode/table @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name : ...
      -# -- - - $0 +#contributor : Anders Bach Nielsen +#name :
      ...
      +# -- + + $0
      \ No newline at end of file diff --git a/snippets/nxml-mode/td b/snippets/nxml-mode/td index f4615a7..4543d5c 100644 --- a/snippets/nxml-mode/td +++ b/snippets/nxml-mode/td @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- +#contributor : Anders Bach Nielsen +#name : ... +# -- $2 \ No newline at end of file diff --git a/snippets/nxml-mode/th b/snippets/nxml-mode/th index d988b20..4b679ef 100644 --- a/snippets/nxml-mode/th +++ b/snippets/nxml-mode/th @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- +#contributor : Anders Bach Nielsen +#name : ... +# -- $2 \ No newline at end of file diff --git a/snippets/nxml-mode/title b/snippets/nxml-mode/title index 7cd238a..581d8bb 100644 --- a/snippets/nxml-mode/title +++ b/snippets/nxml-mode/title @@ -1,4 +1,4 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- +#contributor : Anders Bach Nielsen +#name : ... +# -- $1 \ No newline at end of file diff --git a/snippets/nxml-mode/tr b/snippets/nxml-mode/tr index c72daf2..6726429 100644 --- a/snippets/nxml-mode/tr +++ b/snippets/nxml-mode/tr @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name : ... -# -- - - $0 +#contributor : Anders Bach Nielsen +#name : ... +# -- + + $0 \ No newline at end of file diff --git a/snippets/nxml-mode/ul b/snippets/nxml-mode/ul index dac5a66..0462dd1 100644 --- a/snippets/nxml-mode/ul +++ b/snippets/nxml-mode/ul @@ -1,6 +1,6 @@ -#contributor : Anders Bach Nielsen -#name :
        ...
      -# -- -
        - $0 +#contributor : Anders Bach Nielsen +#name :
          ...
        +# -- +
          + $0
        \ No newline at end of file diff --git a/snippets/python-mode/defm b/snippets/python-mode/defm index dc25827..5b2aee4 100644 --- a/snippets/python-mode/defm +++ b/snippets/python-mode/defm @@ -1,33 +1,33 @@ -# -*- coding: utf-8 -*- -# name: defm -# contributor: Yasser Gonz¨¢lez Fern¨¢ndez -# -- -def ${1:name}(self, $2): - """$3 - ${2:$ - (let* ((indent - (concat "\n" (make-string (current-column) 32))) - (args - (mapconcat - '(lambda (x) - (if (not (string= (nth 0 x) "")) - (concat "- " (char-to-string 96) (nth 0 x) - (char-to-string 96) ":"))) - (mapcar - '(lambda (x) - (mapcar - '(lambda (x) - (replace-regexp-in-string "[[:blank:]]*$" "" - (replace-regexp-in-string "^[[:blank:]]*" "" x))) - x)) - (mapcar '(lambda (x) (split-string x "=")) - (split-string text ","))) - indent))) - (if (string= args "") - (make-string 3 34) - (mapconcat - 'identity - (list "" "Arguments:" args (make-string 3 34)) - indent))) - } - $0 +# -*- coding: utf-8 -*- +# name: defm +# contributor: Yasser Gonz¨¢lez Fern¨¢ndez +# -- +def ${1:name}(self, $2): + """$3 + ${2:$ + (let* ((indent + (concat "\n" (make-string (current-column) 32))) + (args + (mapconcat + '(lambda (x) + (if (not (string= (nth 0 x) "")) + (concat "- " (char-to-string 96) (nth 0 x) + (char-to-string 96) ":"))) + (mapcar + '(lambda (x) + (mapcar + '(lambda (x) + (replace-regexp-in-string "[[:blank:]]*$" "" + (replace-regexp-in-string "^[[:blank:]]*" "" x))) + x)) + (mapcar '(lambda (x) (split-string x "=")) + (split-string text ","))) + indent))) + (if (string= args "") + (make-string 3 34) + (mapconcat + 'identity + (list "" "Arguments:" args (make-string 3 34)) + indent))) + } + $0 diff --git a/snippets/python-mode/propg b/snippets/python-mode/propg index 7e994b6..63a9d98 100644 --- a/snippets/python-mode/propg +++ b/snippets/python-mode/propg @@ -1,9 +1,9 @@ -#contributor : Julio Carlos Menendez -#name : _get_foo ... foo=property(...) -# -- -def _get_${1:foo}(self): - return self._$1 - -$1 = property(_get_$1) - -$0 +#contributor : Julio Carlos Menendez +#name : _get_foo ... foo=property(...) +# -- +def _get_${1:foo}(self): + return self._$1 + +$1 = property(_get_$1) + +$0 diff --git a/snippets/python-mode/propsg b/snippets/python-mode/propsg index e09d82a..73f1690 100644 --- a/snippets/python-mode/propsg +++ b/snippets/python-mode/propsg @@ -1,12 +1,12 @@ -#contributor : Julio Carlos Menendez -#name : _get_foo ... _set_foo ... foo=property(...) -# -- -def _set_${1:foo}(self, value): - self._$1 = value - -def _get_$1(self): - return self._$1 - -$1 = property(_get_$1, _set_$1) - -$0 +#contributor : Julio Carlos Menendez +#name : _get_foo ... _set_foo ... foo=property(...) +# -- +def _set_${1:foo}(self, value): + self._$1 = value + +def _get_$1(self): + return self._$1 + +$1 = property(_get_$1, _set_$1) + +$0