ona/.vscode/settings.json

19 lines
392 B
JSON
Raw Normal View History

2022-08-10 15:52:16 +02:00
{
2023-04-19 01:25:35 +02:00
"editor.minimap.maxColumn": 120,
"editor.detectIndentation": false,
"editor.insertSpaces": false,
2023-04-19 01:25:35 +02:00
"editor.rulers": [120],
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"spellright.language": [
"en-US-10-1."
],
"spellright.documentTypes": [
"markdown",
"plaintext",
"zig"
],
"zig.formattingProvider": "off",
"zig.zls.enableAutofix": false,
2022-08-10 15:52:16 +02:00
}