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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "clang-format",
3
3
"displayName": "Clang-Format",
4
4
"description": "Use Clang-Format in Visual Studio Code",
5
-
"version": "1.2.1",
5
+
"version": "1.3.0",
6
6
"publisher": "xaver",
7
7
"engines": {
8
8
"vscode": "^1.0.0"
@@ -175,7 +175,7 @@
175
175
"default": "",
176
176
"description": "clang-format fallback style for Protobuf, left empty to use clang-format.fallbackStyle"
177
177
},
178
-
"clang-format.assumeFilename": {
178
+
"clang-format.assumeFilename": {
179
179
"type": "string",
180
180
"default": "",
181
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