add .editorconfig

This commit is contained in:
Aminda Suomalainen 2023-02-12 14:22:21 +02:00
parent d491f0e479
commit 53121eb895
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
# Future: https://github.com/editorconfig/editorconfig/issues/89
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
# This project uses Jekyll which has YAML frontend matter everywhere and
# YAML requires spaces instead of tabs.
indent_style = space
indent_size = 2