Skip to content

Commit 8c75b45

Browse files
committed
Add workspace
1 parent c1aa595 commit 8c75b45

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

burer.code-workspace

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {
8+
"[xml]": {
9+
"files.encoding": "windows1251"
10+
},
11+
"[lua]": {
12+
"files.encoding": "windows1251"
13+
},
14+
"[ini]": {
15+
"files.encoding": "windows1251"
16+
},
17+
"files.associations": {
18+
"*.ltx": "ini",
19+
"*.script": "lua"
20+
},
21+
"editor.unicodeHighlight.ambiguousCharacters": false,
22+
"lpubsppop01.autoTimeStamp.momentFormat": "YYYY.MM.DD"
23+
}
24+
}

0 commit comments

Comments
 (0)