asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

module template don't have identation (doom emacs) #155

Closed otavioschwanck closed 3 years ago

otavioschwanck commented 3 years ago

if i create a file in app/services/foo/bar/emacs.rb it creates:

module Foo module Bar class Emacs end end end

(without the spaces).

Tested on doom emacs

asok commented 3 years ago

Does the dir app/services/foo/bar exists? If not does the indentation work for buffers where the file location is under an existing directory?

otavioschwanck commented 3 years ago

Does the dir app/services/foo/bar exists? If not does the indentation work for buffers where the file location is under an existing directory?

doen't work in any situation, even when the folder exists.