settings.json 247 B

1234567891011
  1. {
  2. "C_Cpp.clang_format_fallbackStyle": "GNU",
  3. "editor.rulers": [
  4. 80
  5. ],
  6. "editor.tabSize": 2,
  7. "editor.renderControlCharacters": true,
  8. "editor.renderWhitespace": "trailing",
  9. "files.trimTrailingWhitespace": true,
  10. "files.eol": "\n"
  11. }