.editorconfig: add max line length & lf

This commit is contained in:
Aminda Suomalainen 2023-04-06 11:48:39 +03:00
parent 9072fca22f
commit fd3560c026
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
root = true root = true
[*] [*]
# Future: https://github.com/editorconfig/editorconfig/issues/89
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
charset = utf-8 charset = utf-8
# Accessibility reasons. Vim: :%retab! (note also :set ts=4) # Accessibility reasons. Vim: :%retab! (note also :set ts=4)
indent_style = tab indent_style = tab
indent_size = tab indent_size = tab
#tab_width = max_line_length = 78
end_of_line = lf
[*.{cff,yaml,yml}] [*.{cff,yaml,yml}]
indent_style = space indent_style = space