Skip to content

Commit

Permalink
Add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishmaeel committed Sep 25, 2022
1 parent c1aa595 commit 8c75b45
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions burer.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"[xml]": {
"files.encoding": "windows1251"
},
"[lua]": {
"files.encoding": "windows1251"
},
"[ini]": {
"files.encoding": "windows1251"
},
"files.associations": {
"*.ltx": "ini",
"*.script": "lua"
},
"editor.unicodeHighlight.ambiguousCharacters": false,
"lpubsppop01.autoTimeStamp.momentFormat": "YYYY.MM.DD"
}
}

0 comments on commit 8c75b45

Please sign in to comment.