You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It feels like vim only allows one indentation style per file, but I could be wrong. Need to research more. I'm thinking back to all the times I tried to edit JavaScript within a script tag in an HTML doc... It always indented with my HTML indentation settings and not my JavaScript settings. Perhaps we just standardize on expandtab with 4 spaces.
That way we can just set filetype=aspen and all will work, with the syntax, indentation, etc concerns separated nicey nice. Will probably steal techniques from that package.
Auto-indenting doesn't seem to take in Python sections. E.g., I get:
Instead of:
The text was updated successfully, but these errors were encountered: