How come VSCode does not support C style formatting by default?
Meaning put curly braces on a new line instead of using same line.
For example:
int main()
{
}
instead of:
int main() {
}
I'd love to know why.
How come VSCode does not support C style formatting by default?
Meaning put curly braces on a new line instead of using same line.
For example:
int main()
{
}
instead of:
int main() {
}
I'd love to know why.
Copyright © 2021 Jogjafile Inc.