typedef enum { ND_BLOCK, // { ... } ND_FUNCALL, } NodeKind;
After using set shiftwidth=4 and gg=G:
typedef enum { ND_BLOCK, // { ... } ND_FUNCALL, } NodeKind;
If I remove '}':
typedef enum { ND_BLOCK, // { ... ND_FUNCALL, } NodeKind;
Comment should not affect indentation of next line
Similar: #19578
9.2.600
Darwin
kitty
xterm-kitty
zsh
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()