personal-website/.editorconfig
Benjamin ce0db3102e Initial commit
Add .editorconfig and extension recommendation for VSCode
2022-09-24 14:46:30 +02:00

13 lines
228 B
INI

# 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 = false
insert_final_newline = true