File tree 2 files changed +4
-4
lines changed
client/modules/IDE/reducers
translations/locales/en-US 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const initialState = {
13
13
theme : 'light' ,
14
14
autorefresh : false ,
15
15
language : 'en-US' ,
16
- autocloseBracketsQuotes : false
16
+ autocloseBracketsQuotes : true
17
17
} ;
18
18
19
19
const preferences = ( state = initialState , action ) => {
Original file line number Diff line number Diff line change 133
133
"AutosaveOnARIA" : " autosave on" ,
134
134
"Off" : " Off" ,
135
135
"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" ,
139
139
"WordWrap" : " Word Wrap" ,
140
140
"LineWrapOnARIA" : " linewrap on" ,
141
141
"LineWrapOffARIA" : " linewrap off" ,
You can’t perform that action at this time.
0 commit comments