This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { "theme": "onepage-plus" }, | |
"basics": { | |
"name": "Alexander Eble", | |
"summary": "I'm a Software Engineer focused on JavaScript and product development. I'm specialized on building software from the ground up while accompanying product incubation.", | |
"picture": "https://avatars.githubusercontent.com/u/35292572?v=4", | |
"email": "[email protected]", | |
"profiles": [ | |
{ | |
"network": "Website", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root=true | |
[*] | |
end_of_line = lf | |
indent_style = space | |
indent_size = 2 | |
insert_final_newline = true | |
trim_trailing_whitespace = true |