mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-09 11:52:32 +01:00
.editorconfig: add max line length & lf
This commit is contained in:
parent
9072fca22f
commit
fd3560c026
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user