Move CV to separate directory

This commit is contained in:
cryobry
2018-06-11 15:05:33 -04:00
szülő 211490ae47
commit 3a45f2cb07
102 fájl változott, egészen pontosan 0 új sor hozzáadva és 0 régi sor törölve

Fájl megtekintése

@@ -0,0 +1,17 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.py]
indent_size = 4