Closed gclsoft closed 10 years ago
var ItemsSchema = new Schema({ name: String // comments ,dds: { type: Number, default: 1.0 }, num: { type: Number, default: 0 } //,men: [MenSchema] });
It will formatted to
var ItemsSchema = new Schema({ name: String // comments , dds: { type: Number, default: 1.0 }, num: { type: Number, default: 0 } //,men: [MenSchema] });
How to disable comma move to prior line?
Fixed in 1.4.3
It will formatted to
How to disable comma move to prior line?