Skip to content

Commit

Permalink
c-filament-style.el: fix init list indent
Browse files Browse the repository at this point in the history
  • Loading branch information
elizagamedev committed Jan 31, 2025
1 parent 40851f4 commit 6771072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ide/emacs/c-filament-style.el
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ nil if there is none)."
(brace-list-intro . c-filament-style-lineup-brace-list-intro)
(brace-list-entry . c-filament-style-lineup-brace-list-entry)
(brace-list-close . c-filament-style-lineup-brace-list-entry)
(label . [0]))))
(label . [0])
(member-init-intro . ++))))

(provide 'c-filament-style)

Expand Down

0 comments on commit 6771072

Please sign in to comment.