Added metafiles

master
Mark 2022-10-20 11:01:50 -07:00
commit d42b772092
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
3 changed files with 22 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
venv
__pycache__

8
.vscode/settings.json vendored Executable file
View File

@ -0,0 +1,8 @@
{
"cSpell.words": [
"freevar",
"pyparsing",
"subvar"
],
"python.analysis.typeCheckingMode": "basic"
}