Project

General

Profile

Statistics
| Revision:

root / lab2 / .vscode / settings.json @ 1

History | View | Annotate | Download (274 Bytes)

1
{
2
  "git.ignoreLimitWarning": true,
3
  "C_Cpp.clang_format_fallbackStyle": "LLVM",
4
  "diffEditor.ignoreTrimWhitespace": true,
5
  "editor.formatOnSave": false,
6
  "editor.tabSize": 2,
7
  "editor.wordWrap": "bounded",
8
  "editor.wordWrapColumn": 100,
9
  "files.associations": { },
10
}