changeset 359:b2769e9c9181

misc: improve .editorconfig
author David Demelier <markand@malikania.fr>
date Fri, 22 Oct 2021 13:28:23 +0200
parents 1f9db69b347b
children 51c439068b59
files .editorconfig
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.editorconfig	Fri Oct 22 13:26:31 2021 +0200
+++ b/.editorconfig	Fri Oct 22 13:28:23 2021 +0200
@@ -21,6 +21,7 @@
 [*]
 charset = utf-8
 end_of_line = lf
-indent_size = 8
 indent_style = tab
 insert_final_newline = true
+tab_width = 8
+trim_trailing_whitespace = true