Skip to content

Commit daad805

Browse files
committed
prepare version 1.3.0
1 parent 80d80c9 commit daad805

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased]
6+
## [1.3.0] - 2017-04-20
7+
### Added
8+
- ```-assume-filename=``` option configurable as ```clang-format.assumeFilename``` in user/workspace settings
79

810
## [1.2.1] - 2017-03-04
911
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clang-format",
33
"displayName": "Clang-Format",
44
"description": "Use Clang-Format in Visual Studio Code",
5-
"version": "1.2.1",
5+
"version": "1.3.0",
66
"publisher": "xaver",
77
"engines": {
88
"vscode": "^1.0.0"
@@ -175,7 +175,7 @@
175175
"default": "",
176176
"description": "clang-format fallback style for Protobuf, left empty to use clang-format.fallbackStyle"
177177
},
178-
"clang-format.assumeFilename" : {
178+
"clang-format.assumeFilename": {
179179
"type": "string",
180180
"default": "",
181181
"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

Comments
 (0)