Skip to content

Commit 92be450

Browse files
committedJun 25, 2018
update prettier rules
1 parent 240a4f5 commit 92be450

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1773
-1691
lines changed
 

‎.prettierrc.js

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
module.exports = {
2-
bracketSpacing: false,
3-
singleQuote: true,
4-
jsxBracketSameLine: true,
5-
trailingComma: 'es5',
62
printWidth: 90,
7-
semi: true,
83
}

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# gdbgui release history
22

33
## master
4+
* Add "name" to Threads (new gdb 8.1 feature) (@P4Cu)
5+
* Fix typo in tour (@nkirkby)
6+
7+
## 0.12.0.0
48
* Add pause button
59
* Update command line parsing for cmd and --args, change arguments from underscore to hyphen, add option to specify browser (@fritzr)
610
* Add tour

0 commit comments

Comments
 (0)