Created
November 26, 2024 10:39
-
-
Save elPytel/fc2c58bc017811bfc7f8faa92309e12c to your computer and use it in GitHub Desktop.
VS Code C-lang formating
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BasedOnStyle: Google | |
IndentWidth: 4 | |
ColumnLimit: 100 | |
BreakBeforeBraces: Attach | |
AllowShortEnumsOnASingleLine: false | |
AllowShortFunctionsOnASingleLine: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment