Skip to content

Commit e16f26f

Browse files
committed
Make: Format settings
1 parent f3a2eab commit e16f26f

File tree

1 file changed

+82
-77
lines changed

1 file changed

+82
-77
lines changed

.vscode/settings.json

Lines changed: 82 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,46 @@
11
{
2+
"[go]": {
3+
"editor.defaultFormatter": "golang.go",
4+
"editor.formatOnSave": true
5+
},
6+
"[yaml]": {
7+
"editor.defaultFormatter": "redhat.vscode-yaml",
8+
"editor.tabSize": 2
9+
},
10+
"[js]": {
11+
"editor.defaultFormatter": "esbenp.prettier-vscode",
12+
"editor.tabSize": 4
13+
},
214
"files.associations": {
15+
"__availability": "cpp",
16+
"__bit_reference": "cpp",
17+
"__bits": "cpp",
18+
"__config": "cpp",
19+
"__debug": "cpp",
20+
"__errc": "cpp",
21+
"__functional_03": "cpp",
22+
"__hash_table": "cpp",
23+
"__locale": "cpp",
24+
"__memory": "cpp",
25+
"__mutex_base": "cpp",
26+
"__node_handle": "cpp",
27+
"__nullptr": "cpp",
28+
"__split_buffer": "cpp",
29+
"__string": "cpp",
30+
"__threading_support": "cpp",
31+
"__tree": "cpp",
32+
"__tuple": "cpp",
33+
"__verbose_abort": "cpp",
34+
"*.tcc": "cpp",
35+
"algorithm": "cpp",
36+
"any": "cpp",
337
"array": "cpp",
438
"atomic": "cpp",
5-
"hash_map": "cpp",
6-
"hash_set": "cpp",
739
"barrier": "cpp",
840
"bit": "cpp",
9-
"*.tcc": "cpp",
1041
"bitset": "cpp",
1142
"cctype": "cpp",
43+
"charconv": "cpp",
1244
"chrono": "cpp",
1345
"cinttypes": "cpp",
1446
"clocale": "cpp",
@@ -29,83 +61,66 @@
2961
"cwchar": "cpp",
3062
"cwctype": "cpp",
3163
"deque": "cpp",
32-
"forward_list": "cpp",
33-
"list": "cpp",
34-
"map": "cpp",
35-
"set": "cpp",
36-
"string": "cpp",
37-
"unordered_map": "cpp",
38-
"unordered_set": "cpp",
39-
"vector": "cpp",
4064
"exception": "cpp",
41-
"algorithm": "cpp",
42-
"functional": "cpp",
43-
"iterator": "cpp",
44-
"memory": "cpp",
45-
"memory_resource": "cpp",
46-
"numeric": "cpp",
47-
"optional": "cpp",
48-
"random": "cpp",
49-
"ratio": "cpp",
50-
"regex": "cpp",
51-
"string_view": "cpp",
52-
"system_error": "cpp",
53-
"tuple": "cpp",
54-
"type_traits": "cpp",
55-
"utility": "cpp",
65+
"execution": "cpp",
66+
"filesystem": "cpp",
67+
"format": "cpp",
68+
"forward_list": "cpp",
5669
"fstream": "cpp",
70+
"functional": "cpp",
71+
"future": "cpp",
72+
"hash_map": "cpp",
73+
"hash_set": "cpp",
5774
"initializer_list": "cpp",
5875
"iomanip": "cpp",
76+
"ios": "cpp",
5977
"iosfwd": "cpp",
6078
"iostream": "cpp",
6179
"istream": "cpp",
80+
"iterator": "cpp",
6281
"limits": "cpp",
82+
"list": "cpp",
83+
"locale": "cpp",
84+
"map": "cpp",
85+
"memory": "cpp",
86+
"memory_resource": "cpp",
6387
"mutex": "cpp",
6488
"new": "cpp",
6589
"numbers": "cpp",
90+
"numeric": "cpp",
91+
"optional": "cpp",
6692
"ostream": "cpp",
93+
"queue": "cpp",
94+
"random": "cpp",
95+
"ranges": "cpp",
96+
"ratio": "cpp",
97+
"regex": "cpp",
6798
"semaphore": "cpp",
99+
"set": "cpp",
100+
"shared_mutex": "cpp",
101+
"span": "cpp",
68102
"sstream": "cpp",
103+
"stack": "cpp",
69104
"stdexcept": "cpp",
70105
"stop_token": "cpp",
71106
"streambuf": "cpp",
107+
"string": "cpp",
108+
"string_view": "cpp",
109+
"strstream": "cpp",
110+
"system_error": "cpp",
111+
"text_encoding": "cpp",
72112
"thread": "cpp",
113+
"tuple": "cpp",
114+
"type_traits": "cpp",
73115
"typeindex": "cpp",
74116
"typeinfo": "cpp",
117+
"unordered_map": "cpp",
118+
"unordered_set": "cpp",
119+
"utility": "cpp",
75120
"valarray": "cpp",
76121
"variant": "cpp",
77-
"__bit_reference": "cpp",
78-
"__bits": "cpp",
79-
"__config": "cpp",
80-
"__debug": "cpp",
81-
"__errc": "cpp",
82-
"__hash_table": "cpp",
83-
"__locale": "cpp",
84-
"__mutex_base": "cpp",
85-
"__node_handle": "cpp",
86-
"__nullptr": "cpp",
87-
"__split_buffer": "cpp",
88-
"__string": "cpp",
89-
"__threading_support": "cpp",
90-
"__tree": "cpp",
91-
"__tuple": "cpp",
92-
"any": "cpp",
93-
"ios": "cpp",
94-
"locale": "cpp",
95-
"queue": "cpp",
96-
"stack": "cpp",
97-
"__memory": "cpp",
98-
"filesystem": "cpp",
99-
"__availability": "cpp",
122+
"vector": "cpp",
100123
"version": "cpp",
101-
"future": "cpp",
102-
"__verbose_abort": "cpp",
103-
"shared_mutex": "cpp",
104-
"ranges": "cpp",
105-
"span": "cpp",
106-
"format": "cpp",
107-
"charconv": "cpp",
108-
"strstream": "cpp",
109124
"xfacet": "cpp",
110125
"xhash": "cpp",
111126
"xiosbase": "cpp",
@@ -120,10 +135,7 @@
120135
"xstring": "cpp",
121136
"xtr1common": "cpp",
122137
"xtree": "cpp",
123-
"xutility": "cpp",
124-
"execution": "cpp",
125-
"text_encoding": "cpp",
126-
"__functional_03": "cpp"
138+
"xutility": "cpp"
127139
},
128140
"cSpell.words": [
129141
"allclose",
@@ -217,25 +229,18 @@
217229
"Yuga"
218230
],
219231
"autoDocstring.docstringFormat": "sphinx",
232+
"dotnet.defaultSolution": "csharp/Cloud.Unum.USearch.sln",
220233
"java.configuration.updateBuildConfiguration": "interactive",
221-
"python.testing.pytestArgs": [
222-
"python"
223-
],
234+
"editor.insertSpaces": true,
235+
"editor.tabSize": 4,
236+
"prettier.singleQuote": true,
237+
"prettier.useTabs": false,
224238
"python.analysis.diagnosticSeverityOverrides": {
225239
"reportMissingImports": "none"
226240
},
227-
"python.testing.unittestEnabled": false,
241+
"python.testing.pytestArgs": [
242+
"python"
243+
],
228244
"python.testing.pytestEnabled": true,
229-
"[go]": {
230-
"editor.insertSpaces": true,
231-
"editor.formatOnSave": true,
232-
"editor.defaultFormatter": "golang.go"
233-
},
234-
"editor.tabSize": 4,
235-
"editor.insertSpaces": true,
236-
"prettier.singleQuote": true,
237-
"prettier.tabWidth": 4,
238-
"prettier.useTabs": false
239-
240-
"dotnet.defaultSolution": "csharp/Cloud.Unum.USearch.sln"
245+
"python.testing.unittestEnabled": false
241246
}

0 commit comments

Comments
 (0)