JuliaEditorSupport / julia-vim

Vim support for Julia.
http://julialang.org/
Other
756 stars 94 forks source link

Set the indent as 4 spaces #294

Closed zhaiyusci closed 2 years ago

zhaiyusci commented 2 years ago

According to style guide, set the indent for Julia as 4 spaces.

carlobaldassi commented 2 years ago

Thanks. This introduces a new option and thus it should be documented. Also, the settings should be undone when the plugin is unloaded.

carlobaldassi commented 2 years ago

I'm not too sure about the name julia_recommended_style for the variable name. It seems very general, while this is only for indentation. Maybe julia_set_indentation?

carlobaldassi commented 2 years ago

Thanks!