File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
client/modules/IDE/reducers
translations/locales/en-US Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const initialState = {
1313 theme : 'light' ,
1414 autorefresh : false ,
1515 language : 'en-US' ,
16- autocloseBracketsQuotes : false
16+ autocloseBracketsQuotes : true
1717} ;
1818
1919const preferences = ( state = initialState , action ) => {
Original file line number Diff line number Diff line change 133133 "AutosaveOnARIA" : " autosave on" ,
134134 "Off" : " Off" ,
135135 "AutosaveOffARIA" : " autosave off" ,
136- "AutocloseBracketsQuotes" : " Autoclose brackets, quotes " ,
137- "AutocloseBracketsQuotesOnARIA" : " autoclose brackets, quotes on" ,
138- "AutocloseBracketsQuotesOffARIA" : " autoclose brackets, quotes off" ,
136+ "AutocloseBracketsQuotes" : " Autoclose Brackets and Quotes " ,
137+ "AutocloseBracketsQuotesOnARIA" : " autoclose brackets and quotes on" ,
138+ "AutocloseBracketsQuotesOffARIA" : " autoclose brackets and quotes off" ,
139139 "WordWrap" : " Word Wrap" ,
140140 "LineWrapOnARIA" : " linewrap on" ,
141141 "LineWrapOffARIA" : " linewrap off" ,
You can’t perform that action at this time.
0 commit comments