This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
personal-website-old/.editorconfig
Laureηt a84b50bd3a fix: formatting (editorconfig)
+ hack to convert resumes to be paginable
2021-05-23 00:16:10 +02:00

13 lines
229 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true