From fd3560c026bdae5b1777960fe5f6dd46db2a7199 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 6 Apr 2023 11:48:39 +0300 Subject: [PATCH] .editorconfig: add max line length & lf --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 253449c..4f1cf4a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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