The branch, master has been updated
via 12a8de0daba0816227c7010fc1b84d0abf70a500 (commit)
from 3d7293651483130af9e8c5fe685d28b226baa99b (commit)
- Log -----------------------------------------------------------------
commit 12a8de0daba0816227c7010fc1b84d0abf70a500
Author: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
Date: Mon May 27 15:37:05 2024 +0200
.editorconfig: fix insert_final_newline option
This option must be set to true to comply with the current style.
-----------------------------------------------------------------------
Summary of changes:
.editorconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.editorconfig b/.editorconfig
index 40392cd..afa4632 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,7 +3,7 @@ root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
-insert_final_newline = false
+insert_final_newline = true
[{CMakeLists.txt,*.cmake}]
indent_style = space
hooks/post-receive
--
A library to talk to FTDI chips
--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|