emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yasnippet-snippets e095e89699 7/8: Merge pull request #424


From: ELPA Syncer
Subject: [nongnu] elpa/yasnippet-snippets e095e89699 7/8: Merge pull request #424 from quazgar/python-pep8-fdn
Date: Mon, 21 Feb 2022 07:58:46 -0500 (EST)

branch: elpa/yasnippet-snippets
commit e095e896995e9c9b3911a7587c5905eb21c97082
Merge: 48dec0a72f 24a46cbfda
Author: Andrea Crotti <andrea.crotti.0@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #424 from quazgar/python-pep8-fdn
    
    STY: Formatted python-mode/fdn to adher to PEP8 style.
---
 snippets/python-mode/function_docstring_numpy | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/snippets/python-mode/function_docstring_numpy 
b/snippets/python-mode/function_docstring_numpy
index 3a7243e6b6..4be347b7c6 100644
--- a/snippets/python-mode/function_docstring_numpy
+++ b/snippets/python-mode/function_docstring_numpy
@@ -5,7 +5,8 @@
 # group: definitions
 # --
 def ${1:name}($2):
- \"\"\"$3
- ${2:$(python-args-to-docstring-numpy)}
- \"\"\"
- $0
\ No newline at end of file
+    \"\"\"$3
+
+${2:$(python-args-to-docstring-numpy)}
+    \"\"\"
+    $0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]