WarWithinMe / better-align

A vscode extension to provide better vertical alignment
Other
75 stars 39 forks source link

better align doesn't work with C code #79

Open omarghtt opened 2 years ago

omarghtt commented 2 years ago

This is a code example I used in which the extension doesn't work

include // library

int main(){

printf("print function");   // print

return 0;   // return 0

}