📌  相关文章
📜  vscode 在特定部分禁用格式化程序 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:13.888000             🧑  作者: Mango

代码示例1
// @formatter:off
public const string Foo = “foo”;
public const string Bar = “bar”;

// @formatter:on