mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 18:52:46 +01:00
.editorconfig: add max line length & lf
This commit is contained in:
parent
9072fca22f
commit
fd3560c026
@ -1,14 +1,14 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
# Future: https://github.com/editorconfig/editorconfig/issues/89
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
# Accessibility reasons. Vim: :%retab! (note also :set ts=4)
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
#tab_width =
|
||||
max_line_length = 78
|
||||
end_of_line = lf
|
||||
|
||||
[*.{cff,yaml,yml}]
|
||||
indent_style = space
|
||||
|
Loading…
Reference in New Issue
Block a user