You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,11 @@
174
174
"type": "string",
175
175
"default": "",
176
176
"description": "clang-format fallback style for Protobuf, left empty to use clang-format.fallbackStyle"
177
+
},
178
+
"clang-format.assumeFilename" : {
179
+
"type": "string",
180
+
"default": "",
181
+
"description": "When reading from stdin, clang-format assumes this filename to look for a style config file (with -style=file) and to determine the language."
0 commit comments