Added meta files
This commit is contained in:
parent
bfc3177c97
commit
676a2324d6
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = false
|
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Output files
|
||||||
|
main.pdf
|
||||||
|
|
||||||
|
# TeX build files
|
||||||
|
*.synctex.gz*
|
||||||
|
*.latexmk
|
||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
*.fls
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.dvi
|
||||||
|
*.xdv
|
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"Eulerian",
|
||||||
|
"Gleizer",
|
||||||
|
"nosolutions",
|
||||||
|
"Oleg",
|
||||||
|
"ORMC",
|
||||||
|
"Pidgeonhole",
|
||||||
|
"Radko"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user