mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 14:32:26 +00:00
fix indent (was 3 spaces) of snippets for python-mode
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#name : attr_reader ...
|
||||
# --
|
||||
attr_reader :${attr_names}
|
||||
attr_reader :
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : attr_accessor ...
|
||||
# --
|
||||
attr_accessor :{attr_names}
|
||||
attr_accessor :
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : attr_writer ...
|
||||
# --
|
||||
attr_writer :${attr_names}
|
||||
attr_writer :
|
||||
Reference in New Issue
Block a user