Regenerate nvim config
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
ret =
|
||||
2
|
||||
@ -0,0 +1,5 @@
|
||||
def indent_brackets
|
||||
{
|
||||
{}
|
||||
}
|
||||
end
|
||||
@ -0,0 +1,2 @@
|
||||
begin
|
||||
end
|
||||
@ -0,0 +1,5 @@
|
||||
def indent_parens
|
||||
(
|
||||
()
|
||||
)
|
||||
end
|
||||
@ -0,0 +1,2 @@
|
||||
(
|
||||
)
|
||||
@ -0,0 +1,2 @@
|
||||
begin
|
||||
end
|
||||
@ -0,0 +1,5 @@
|
||||
def indent_square_brackets
|
||||
[
|
||||
[]
|
||||
]
|
||||
end
|
||||
@ -0,0 +1,2 @@
|
||||
unless true
|
||||
end
|
||||
@ -0,0 +1,7 @@
|
||||
class User < ApplicationRecord
|
||||
def foo
|
||||
if true
|
||||
self.
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user