Skip to content

Commit 1f2fe03

Browse files
committed
code formatting and folder structure
1 parent 50fddd1 commit 1f2fe03

21 files changed

+1346
-1322
lines changed

.editorconfig

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
trim_trailing_whitespace = false
8+
insert_final_newline = false

.vscode/settings.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
2-
"objectscript.conn.version": 3,
3-
"objectscript.conn.ns": "SAMPLES",
4-
"objectscript.conn.port": 52791,
5-
"objectscript.conn.active": true
6-
2+
"objectscript.conn": {
3+
"active": true,
4+
"host": "localhost",
5+
"port": 52791,
6+
"ns": "SAMPLES",
7+
},
8+
"objectscript.format": {
9+
"commandCase": "word",
10+
"functionCase": "word"
11+
},
12+
"objectscript.export": {
13+
"folder": "src",
14+
}
715
}

cls/DataEntry1.cls

-16
This file was deleted.

cls/DataEntry2.cls

-31
This file was deleted.

cls/DataEntry3.cls

-95
This file was deleted.

cls/DataEntry4.cls

-162
This file was deleted.

0 commit comments

Comments
 (0)