Tahoma working with dropdown

This commit is contained in:
2025-11-16 09:52:56 +01:00
parent d11f49a43d
commit 4240db93d5
1778 changed files with 839466 additions and 1118 deletions
+7 -1
View File
@@ -77,6 +77,12 @@
"actions.h": "c",
"glbldata.h": "c",
"vars.h": "c"
}
},
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: WebKit, ColumnLimit: 250 }",
"C_Cpp.clang_format_style": "{ BasedOnStyle: WebKit, ColumnLimit: 250 }",
"editor.wordWrapColumn": 250,
"html.format.wrapLineLength": 250,
"C_Cpp.vcFormat.wrap.preserveBlocks": "oneLiners",
"C_Cpp.formatting": "vcFormat"
}
}