Added metafiles
This commit is contained in:
commit
d42b772092
12
.editorconfig
Normal file
12
.editorconfig
Normal 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
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
venv
|
||||||
|
__pycache__
|
8
.vscode/settings.json
vendored
Executable file
8
.vscode/settings.json
vendored
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"freevar",
|
||||||
|
"pyparsing",
|
||||||
|
"subvar"
|
||||||
|
],
|
||||||
|
"python.analysis.typeCheckingMode": "basic"
|
||||||
|
}
|
Reference in New Issue
Block a user