git://developer.intra2net.com
/
libftdi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3d72936
)
.editorconfig: fix insert_final_newline option
author
Yegor Yefremov
<yegorslists@googlemail.com>
Mon, 27 May 2024 13:37:05 +0000 (15:37 +0200)
committer
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Tue, 10 Jun 2025 14:47:32 +0000 (16:47 +0200)
This option must be set to true to comply with the current style.
.editorconfig
patch
|
blob
|
blame
|
history
diff --git
a/.editorconfig
b/.editorconfig
index
40392cd
..
afa4632
100644
(file)
--- 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