diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..af5801277d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "C_Cpp.clang_format_fallbackStyle": "GNU", + "editor.rulers": [ + 80 + ], + "editor.tabSize": 2, + "editor.renderControlCharacters": true, + "editor.renderWhitespace": "trailing", + "files.trimTrailingWhitespace": true, + "files.eol": "\n" +} \ No newline at end of file